Skip to content

Commit

Permalink
Update lua.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Цуркан Алексей Владимирович committed Apr 16, 2024
1 parent a5fa862 commit d9f58a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lua.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,21 @@ result = zigbee.setState(device, stateName, stateValue[[, type], events])
"voltage": 225
```
#### zigbee.setTimeout()
Изменяет таймаут опроса отдельного устройства для определения состояния **online**. Глобально таймауты задаются в меню Zigbee -> Config:
- Routers global timeout - период опроса роутеров (по умолчанию 10 минут)
- EndDevices global timeout - период опроса конечных устройств (по умолчанию 25 часов)
```lua
zigbee.setTimeout(device, timeout)
-- device - STR, FriendlyName, ieeeAddr или nwkAddr устройства
-- timeout - INT, тамаут опроса в секундах
```
_Для сохранения настройки после перезагрузки, добавить в init.lua._
#### zigbee.setModel()
Программное переназначение типа устройства.
Expand Down

0 comments on commit d9f58a0

Please sign in to comment.