Closed Nerivec closed 1 month ago
Controller
Adapter
(time, device?)
reason
getPermitJoinTimeout
getPermitJoin
/bridge/info
/request/permit_join
TODO:
Could you target this against feat/2.0.0?
feat/2.0.0
Controller
API more closely toAdapter
:(time, device?)
reason
(unused)getPermitJoinTimeout
returns [0-254] range, with 0 being "not permitting joining".getPermitJoin
=> usegetPermitJoinTimeout
instead (boolean easily determined on other end of mqtt transaction -see below-)/bridge/info
,/request/permit_join
)TODO:
/bridge/info
every time the permit join timer ticks (the other end of mqtt transaction should be responsible for the ticks, and z2m should only publish begin -possibly end for extra sync purposes-).~