]> git.basschouten.com Git - openhab-addons.git/blob
a7b338cb7b04d020915703fd569e8c42ff61e55a
[openhab-addons.git] /
1 # binding
2
3 binding.elerotransmitterstick.name = Elero Transmitter Stick Binding
4 binding.elerotransmitterstick.description = This is the binding for Elero Transmitter Sticks.
5
6 # thing types
7
8 thing-type.elerotransmitterstick.elerochannel.label = Elero Channel
9 thing-type.elerotransmitterstick.elerochannel.description = One of the 15 elero channels available on an Elero Transmitter Stick.
10 thing-type.elerotransmitterstick.elerostick.label = Elero Transmitter Stick
11 thing-type.elerotransmitterstick.elerostick.description = Thing for an Elero Transmitter Stick
12
13 # thing types config
14
15 thing-type.config.elerotransmitterstick.elerochannel.channelId.label = Channel ID
16 thing-type.config.elerotransmitterstick.elerochannel.channelId.description = The id of this channel.
17 thing-type.config.elerotransmitterstick.elerostick.portName.label = Port Name
18 thing-type.config.elerotransmitterstick.elerostick.portName.description = The name of the port to which the Elero Transmitter Stick is connected.
19 thing-type.config.elerotransmitterstick.elerostick.updateInterval.label = Update Interval
20 thing-type.config.elerotransmitterstick.elerostick.updateInterval.description = The number of seconds to wait before requesting the status of the elero channels from the Elero Transmitter Stick.
21
22 # channel types
23
24 channel-type.elerotransmitterstick.control.label = Control
25 channel-type.elerotransmitterstick.control.description = Allows to control the devices connected to this elero channel or group by sending UP, DOWN, STOP commands.
26 channel-type.elerotransmitterstick.status.label = Status
27 channel-type.elerotransmitterstick.status.description = Read only channel providing the current status of this elero channel or group.