Update dimmer_command.rx (#53)

pull/55/head
Kathy Reid 2018-11-29 20:45:25 +11:00 committed by mortommy
parent cb7cf8d78c
commit 6c7bafe274
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
(imposta) (?P<Item>.*) (al) (?P<BrigthPercentage>\d*)(?: percento)?
(abbassa|alza) (?P<Item>.*?)\s*(?: del )?(?P<BrigthPercentage>\d*)?(?: percento)?$
(imposta) (?P<Item>.*) (al) (?P<BrightPercentage>\d*)(?: percento)?
(abbassa|alza) (?P<Item>.*?)\s*(?: del )?(?P<BrightPercentage>\d*)?(?: percento)?$