1
+ # add-on
2
+
3
+ addon.mffan.name = Modern Forms Fan Binding
4
+ addon.mffan.description = This is the binding for "Modern Forms", and "WAC Lighting" smart ceiling fans.
5
+
6
+ # thing types
1
7
2
8
thing-type.mffan.mffan.label = Modern Forms Fan
3
9
thing-type.mffan.mffan.description = Modern Forms and WAC Lighting Smart Ceiling Fans
4
10
11
+ # thing types config
12
+
5
13
thing-type.config.mffan.mffan.ipAddress.label = IP or Host
6
14
thing-type.config.mffan.mffan.ipAddress.description = IP address or host name of the fan.
7
15
thing-type.config.mffan.mffan.pollingPeriod.label = Refresh Interval
8
16
thing-type.config.mffan.mffan.pollingPeriod.description = Interval the device is polled in seconds.
9
17
10
- channel-type.mffan.fan-on.label = Fan
11
- channel-type.mffan.fan-on.description = Fan on/off
12
-
18
+ # channel types
13
19
20
+ channel-type.mffan.fan-direction.label = Fan Direction
21
+ channel-type.mffan.fan-direction.description = The fan's direction of rotation: Forward (Summer), Reverse (Winter).
22
+ channel-type.mffan.fan-direction.state.option.forward = Forward
23
+ channel-type.mffan.fan-direction.state.option.reverse = Reverse
24
+ channel-type.mffan.fan-on.label = Fan
25
+ channel-type.mffan.fan-on.description = Fan on/off.
14
26
channel-type.mffan.fan-speed.label = Fan Speed
15
27
channel-type.mffan.fan-speed.description = The fan's rotational rate.
16
28
channel-type.mffan.fan-speed.state.option.1 = Speed 1
@@ -19,29 +31,14 @@ channel-type.mffan.fan-speed.state.option.3 = Speed 3
19
31
channel-type.mffan.fan-speed.state.option.4 = Speed 4
20
32
channel-type.mffan.fan-speed.state.option.5 = Speed 5
21
33
channel-type.mffan.fan-speed.state.option.6 = Speed 6
22
-
23
- channel-type.mffan.fan-direction.label = Fan Direction
24
- channel-type.mffan.fan-direction.description = The fan' s direction of rotation: Forward (Summer), Reverse (Winter).
25
- channel-type.mffan.fan-direction.state.option.forward = Forward
26
- channel-type.mffan.fan-direction.state.option.reverse = Reverse
27
-
28
- channel-type.mffan.wind-on.label = Wind
29
- channel-type.mffan.wind-on.description = Wind (sometimes referred to as " Breeze Mode" ) on/off.
30
-
34
+ channel-type.mffan.light-intensity.label = Light Intensity
35
+ channel-type.mffan.light-intensity.description = The light intensity.
36
+ channel-type.mffan.light-on.label = Light
37
+ channel-type.mffan.light-on.description = Light on/off.
31
38
channel-type.mffan.wind-level.label = Wind Level
32
39
channel-type.mffan.wind-level.description = The amount of the wind being produced.
33
40
channel-type.mffan.wind-level.state.option.1 = Level 1
34
41
channel-type.mffan.wind-level.state.option.2 = Level 2
35
42
channel-type.mffan.wind-level.state.option.3 = Level 3
36
-
37
- channel-type.mffan.light-on.label = Light
38
- channel-type.mffan.light-on.description = Light on/off.
39
-
40
- channel-type.mffan.light-intensity.label = Light Intensity
41
- channel-type.mffan.light-intensity.description = The light intensity.
42
-
43
-
44
-
45
-
46
-
47
-
43
+ channel-type.mffan.wind-on.label = Wind
44
+ channel-type.mffan.wind-on.description = Wind (sometimes referred to as "Breeze Mode") on/off.
0 commit comments