Typos a/an (#13876)
This commit is contained in:
@@ -44,7 +44,7 @@ public class PHCHelper {
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert the byte b into an binary String
|
||||
* Convert the byte b into a binary String
|
||||
*
|
||||
* @param b
|
||||
* @return
|
||||
|
||||
@@ -438,7 +438,7 @@ public class PHCBridgeHandler extends BaseBridgeHandler implements SerialPortEve
|
||||
amOutputState[qo.getModuleAddress() & 0x1F] = -1;
|
||||
} else if (PHCBindingConstants.CHANNELS_DIM.equals(qo.getModuleType())) {
|
||||
// state ist the same for every dim level except zero/off -> inizialize state
|
||||
// with 0x0F after sending an command.
|
||||
// with 0x0F after sending a command.
|
||||
dmOutputState[qo.getModuleAddress() & 0x1F] |= (0x0F << (qo.getChannel() * 4));
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ thing-type.phc.DIM.description = Thing for a dimmer module (DM).
|
||||
thing-type.phc.EM.label = PHC EM
|
||||
thing-type.phc.EM.description = Thing for an input/switch module (EM).
|
||||
thing-type.phc.JRM.label = PHC JRM
|
||||
thing-type.phc.JRM.description = Thing for an shutter module (JRM).
|
||||
thing-type.phc.JRM.description = Thing for a shutter module (JRM).
|
||||
thing-type.phc.bridge.label = PHC Bridge
|
||||
thing-type.phc.bridge.description = The serial bridge to the PHC modules. Max 32 modules per model group(thing type) per Bridge, equates one STM.
|
||||
|
||||
@@ -63,6 +63,6 @@ channel-type.phc.dim-channel.description = Channel for a DIM module.
|
||||
channel-type.phc.em-channel.label = PHC EM Channel
|
||||
channel-type.phc.em-channel.description = Channel from an EM module.
|
||||
channel-type.phc.jrm-channel.label = PHC JRM Channel
|
||||
channel-type.phc.jrm-channel.description = Channel to an JRM module.
|
||||
channel-type.phc.jrm-channel.description = Channel to a JRM module.
|
||||
channel-type.phc.jrmTime-channel.label = JRM-time Channel
|
||||
channel-type.phc.jrmTime-channel.description = The Time in seconds for an JRM channel.
|
||||
channel-type.phc.jrmTime-channel.description = The Time in seconds for a JRM channel.
|
||||
|
||||
@@ -90,13 +90,13 @@
|
||||
<channel-type id="jrm-channel">
|
||||
<item-type>Rollershutter</item-type>
|
||||
<label>PHC JRM Channel</label>
|
||||
<description>Channel to an JRM module.</description>
|
||||
<description>Channel to a JRM module.</description>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="jrmTime-channel" advanced="true">
|
||||
<item-type>Number</item-type>
|
||||
<label>JRM-time Channel</label>
|
||||
<description>The Time in seconds for an JRM channel.</description>
|
||||
<description>The Time in seconds for a JRM channel.</description>
|
||||
<state min="1" max="65535"/>
|
||||
</channel-type>
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>PHC JRM</label>
|
||||
<description>Thing for an shutter module (JRM).</description>
|
||||
<description>Thing for a shutter module (JRM).</description>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="jrm" typeId="jrmChannels"/>
|
||||
|
||||
Reference in New Issue
Block a user