[irobot] fixes typo in channel description (#11870)

Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
This commit is contained in:
Stefan Giehl 2021-12-28 13:01:32 +01:00 committed by GitHub
parent 5e3bddf4ed
commit d2c06fbbe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.description = Sunday schedule active
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.description = Tuesday schedule active
thing-type.irobot.roomba.channel.sched_wed.label = Schedule Wed

View File

@ -33,7 +33,7 @@
</channel>
<channel id="sched_thu" typeId="sched_switch">
<label>Schedule Thu</label>
<description>Thirsday schedule active</description>
<description>Thursday schedule active</description>
</channel>
<channel id="sched_fri" typeId="sched_switch">
<label>Schedule Fri</label>