George Liu | d6a1bae | 2022-06-20 13:47:31 +0800 | [diff] [blame] | 1 | option( |
2 | 'id-led-group', | ||||
3 | type : 'string', | ||||
4 | value: 'enclosure_identify', | ||||
5 | description : 'The identify LED group name' | ||||
6 | ) | ||||
George Liu | f756f8b | 2022-07-06 10:44:28 +0800 | [diff] [blame^] | 7 | |
8 | option( | ||||
9 | 'long-press-time-ms', | ||||
10 | type : 'integer', | ||||
11 | value: 3000, | ||||
12 | description : 'Time to long press the button' | ||||
13 | ) |