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
Kathy Reid 2018-11-29 20:45:59 +11:00 committed by mortommy
parent 6c7bafe274
commit 42423ea66e
1 changed files with 2 additions and 2 deletions

View File

@ -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)?$