@@ -8,34 +8,45 @@ intents:
8
8
9
9
# Set device brightness
10
10
- sentences :
11
- - " [<brightness_value_set >] [<area_floor>] <name> [brightness] [to] <brightness>"
12
- - " [<brightness_value_set >] <name> [brightness] [to] <brightness> <in_area_floor>"
13
- - " [<brightness_value_set >] <name> <in_area_floor> [brightness] [to] <brightness>"
11
+ - " [<numeric_value_set >] [<area_floor>] <name> [brightness] [to] <brightness>"
12
+ - " [<numeric_value_set >] <name> [brightness] [to] <brightness> <in_area_floor>"
13
+ - " [<numeric_value_set >] <name> <in_area_floor> [brightness] [to] <brightness>"
14
14
15
- - " [<brightness_value_set>] [the] brightness [of] [<area_floor>] <name> [to] <brightness>"
16
- - " [<brightness_value_set>] [the] brightness [of] <name> [to] <brightness> <in_area_floor>"
17
- - " [<brightness_value_set>] [the] brightness [of] <name> <in_area_floor> [to] <brightness>"
15
+ - " [<numeric_value_set>] [the] brightness [of] [<area_floor>] <name> [to] <brightness>"
16
+ - " [<numeric_value_set>] [the] brightness [of] <name> [to] <brightness> <in_area_floor>"
17
+ - " [<numeric_value_set>] [the] brightness [of] <name> <in_area_floor> [to] <brightness>"
18
+
19
+ - " [<brightness_relative>] [<area_floor>] <name> [to] <brightness>"
20
+ - " [<brightness_relative>] <name> [to] <brightness> <in_area_floor>"
21
+ - " [<brightness_relative>] <name> <in_area_floor> [to] <brightness>"
18
22
response : " brightness"
19
23
requires_context :
20
24
domain : light
21
25
22
26
# Set area/floor brightness
23
27
- sentences :
24
- - " [<brightness_value_set>] [(<all>|<the>)] <area_floor> [<light>] [brightness] [to] <brightness>"
25
- - " [<brightness_value_set>] [[(<all>|<the>)] <light>] [brightness] [to] <brightness> <in_area_floor>"
26
- - " [<brightness_value_set>] [(<all>|<the>)] <light> <in_area_floor> [brightness] [to] <brightness>"
28
+ - " [<numeric_value_set>] [(<all>|<the>)] <area_floor> [<light>] [brightness] [to] <brightness>"
29
+ - " [<numeric_value_set>] [[(<all>|<the>)] <light>] [brightness] [to] <brightness> <in_area_floor>"
30
+ - " [<numeric_value_set>] [(<all>|<the>)] <light> <in_area_floor> [brightness] [to] <brightness>"
31
+
32
+ - " [<numeric_value_set>] [the] brightness [of [(<all>|<the>)]] <in_area_floor> [<light>] [to] <brightness>"
33
+ - " [<numeric_value_set>] [the] brightness [of [(<all>|<the>)]] <light> [to] <brightness> <in_area_floor>"
34
+ - " [<numeric_value_set>] [the] brightness [of [(<all>|<the>)]] <light> <in_area_floor> [to] <brightness>"
27
35
28
- - " [<brightness_value_set >] [the] brightness [of [ (<all>|<the>)]] <in_area_floor > [<light>] [to] <brightness>"
29
- - " [<brightness_value_set >] [the] brightness [of [ (<all>|<the>)]] <light> [to] <brightness> <in_area_floor>"
30
- - " [<brightness_value_set >] [the] brightness [of [ (<all>|<the>)] ] <light> <in_area_floor> [to] <brightness>"
36
+ - " [<brightness_relative >] [(<all>|<the>)] <area_floor > [<light>] [to] <brightness>"
37
+ - " [<brightness_relative >] [[ (<all>|<the>)] <light>] [to] <brightness> <in_area_floor>"
38
+ - " [<brightness_relative >] [(<all>|<the>)] <light> <in_area_floor> [to] <brightness>"
31
39
response : " brightness"
32
40
33
41
# Set brightness in the current context
34
42
- sentences :
35
- - " [<brightness_value_set>] [the] brightness [of [(<all>|<the>)] <light>] [<here>] [to] <brightness>"
36
- - " [<brightness_value_set>] [the] brightness [of [(<all>|<the>)] <light>] [to] <brightness> <here>"
37
- - " [<brightness_value_set>] [(<all>|<the>)] <light> [brightness] [<here>] [to] <brightness>"
38
- - " [<brightness_value_set>] [(<all>|<the>)] <light> [brightness] [to] <brightness> <here>"
43
+ - " [<numeric_value_set>] [the] brightness [of [(<all>|<the>)] <light>] [<here>] [to] <brightness>"
44
+ - " [<numeric_value_set>] [the] brightness [of [(<all>|<the>)] <light>] [to] <brightness> <here>"
45
+ - " [<numeric_value_set>] [(<all>|<the>)] <light> [brightness] [<here>] [to] <brightness>"
46
+ - " [<numeric_value_set>] [(<all>|<the>)] <light> [brightness] [to] <brightness> <here>"
47
+
48
+ - " [<brightness_relative>] [[(<all>|<the>)] <light>] [<here>] [to] <brightness>"
49
+ - " [<brightness_relative>] [[(<all>|<the>)] <light>] [to] <brightness> <here>"
39
50
response : " brightness"
40
51
requires_context :
41
52
area :
0 commit comments