Typos a/an (#13846)
This commit is contained in:
@@ -45,7 +45,7 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* The {@link OpenWebNetEnergyHandler} is responsible for handling commands/messages for a Energy Management OpenWebNet
|
||||
* The {@link OpenWebNetEnergyHandler} is responsible for handling commands/messages for an Energy Management OpenWebNet
|
||||
* device. It extends the abstract {@link OpenWebNetThingHandler}.
|
||||
*
|
||||
* @author Massimo Valla - Initial contribution
|
||||
@@ -195,7 +195,7 @@ public class OpenWebNetEnergyHandler extends OpenWebNetThingHandler {
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates energy power state based on a EnergyManagement message received from the OWN network
|
||||
* Updates energy power state based on an EnergyManagement message received from the OWN network
|
||||
*
|
||||
* @param msg the EnergyManagement message received
|
||||
* @throws FrameException
|
||||
|
||||
@@ -24,7 +24,7 @@ thing-type.openwebnet.bus_dry_contact_ir.description = An OpenWebNet BUS/SCS Dry
|
||||
thing-type.openwebnet.bus_energy_meter.label = Energy Meter
|
||||
thing-type.openwebnet.bus_energy_meter.description = An OpenWebNet BUS/SCS Energy Meter. BTicino models: F52x
|
||||
thing-type.openwebnet.bus_gateway.label = BUS Gateway
|
||||
thing-type.openwebnet.bus_gateway.description = This thing allows to connect to a IP BUS/SCS gateway that supports the OpenWebNet protocol (models: F454, MyHOMEServer1, F455, MH200N, F453, etc.)
|
||||
thing-type.openwebnet.bus_gateway.description = This thing allows to connect to an IP BUS/SCS gateway that supports the OpenWebNet protocol (models: F454, MyHOMEServer1, F455, MH200N, F453, etc.)
|
||||
thing-type.openwebnet.bus_on_off_switch.label = Switch
|
||||
thing-type.openwebnet.bus_on_off_switch.description = An OpenWebNet BUS/SCS switch for the control of 1 light/load. BTicino models: xxx/yyyy/etc.
|
||||
thing-type.openwebnet.bus_scenario_control.label = Scenario Control
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<!-- OpenWebNet BUS gateway -->
|
||||
<bridge-type id="bus_gateway">
|
||||
<label>BUS Gateway</label>
|
||||
<description>This thing allows to connect to a IP BUS/SCS gateway that supports the OpenWebNet protocol (models: F454,
|
||||
MyHOMEServer1, F455, MH200N, F453, etc.)</description>
|
||||
<description>This thing allows to connect to an IP BUS/SCS gateway that supports the OpenWebNet protocol (models:
|
||||
F454, MyHOMEServer1, F455, MH200N, F453, etc.)</description>
|
||||
|
||||
<properties>
|
||||
<property name="vendor">BTicino</property>
|
||||
|
||||
Reference in New Issue
Block a user