You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|\|- on_cmd | Command to turn on your device. | No |
69
+
|\|- off_cmd | Command to turn off your device. | No |
70
+
|\|- state_cmd | Command to detect an ON state of your device. | No |
71
+
|\|- polling | State polling (Default false). | No |
72
+
|\|- interval | Polling interval in `s` (Default 1s). | No |
73
+
|\|- cmd_timeout\*\*| Commands execution timeout in `ms` (Default 1000ms). | No |
74
+
|\|- manufacturer | Manufacturer of your device. | No |
75
+
|\|- model | Model of your device. | No |
76
+
|\|- serial | Serial number of your device. | No |
75
77
76
78
\*Changing the switch `name` in `config.json` will create a new switch instead of renaming the existing one in HomeKit. It's strongly recommended that you rename the switch using a HomeKit app only.
79
+
80
+
\*\*Command execution is assumed 'Successful' if timeout occures.
0 commit comments