Update dimmer_command.rx (#52)
This spelling error was identified by user **LeBelle** who has been undertaking German translations on Mycroft Translate. Raising PR on LeBelle's behalf.pull/55/head
parent
6c7bafe274
commit
42423ea66e
|
@ -1,2 +1,2 @@
|
|||
(setze) (?P<Item>.*) (auf) (?P<BrigthPercentage>\d*)(?: prozent)?
|
||||
(dimme|erhelle) (?P<Item>.*?)\s*(?: by )?(?P<BrigthPercentage>\d*)?(?: prozent)?$
|
||||
(setze) (?P<Item>.*) (auf) (?P<BrightPercentage>\d*)(?: prozent)?
|
||||
(dimme|erhelle) (?P<Item>.*?)\s*(?: by )?(?P<BrightPercentage>\d*)?(?: prozent)?$
|
||||
|
|
Reference in New Issue