mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[irobot] fixes typo in channel description (#11870)
Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
This commit is contained in:
parent
5e3bddf4ed
commit
d2c06fbbe1
@ -16,7 +16,7 @@ thing-type.irobot.roomba.channel.sched_sat.description = Saturday schedule activ
|
|||||||
thing-type.irobot.roomba.channel.sched_sun.label = Schedule Sun
|
thing-type.irobot.roomba.channel.sched_sun.label = Schedule Sun
|
||||||
thing-type.irobot.roomba.channel.sched_sun.description = Sunday schedule active
|
thing-type.irobot.roomba.channel.sched_sun.description = Sunday schedule active
|
||||||
thing-type.irobot.roomba.channel.sched_thu.label = Schedule Thu
|
thing-type.irobot.roomba.channel.sched_thu.label = Schedule Thu
|
||||||
thing-type.irobot.roomba.channel.sched_thu.description = Thirsday schedule active
|
thing-type.irobot.roomba.channel.sched_thu.description = Thursday schedule active
|
||||||
thing-type.irobot.roomba.channel.sched_tue.label = Schedule Tue
|
thing-type.irobot.roomba.channel.sched_tue.label = Schedule Tue
|
||||||
thing-type.irobot.roomba.channel.sched_tue.description = Tuesday schedule active
|
thing-type.irobot.roomba.channel.sched_tue.description = Tuesday schedule active
|
||||||
thing-type.irobot.roomba.channel.sched_wed.label = Schedule Wed
|
thing-type.irobot.roomba.channel.sched_wed.label = Schedule Wed
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
</channel>
|
</channel>
|
||||||
<channel id="sched_thu" typeId="sched_switch">
|
<channel id="sched_thu" typeId="sched_switch">
|
||||||
<label>Schedule Thu</label>
|
<label>Schedule Thu</label>
|
||||||
<description>Thirsday schedule active</description>
|
<description>Thursday schedule active</description>
|
||||||
</channel>
|
</channel>
|
||||||
<channel id="sched_fri" typeId="sched_switch">
|
<channel id="sched_fri" typeId="sched_switch">
|
||||||
<label>Schedule Fri</label>
|
<label>Schedule Fri</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user