-
Notifications
You must be signed in to change notification settings - Fork 130
Items caddx
ggodart edited this page Jan 1, 2021
·
1 revision
See original
None
None
None
Method | Description |
---|---|
udp_init |
will set up the udp listener. This code used to run from BEGIN, but we need to wait until main has loaded config_parms , so it is now deferred to first time thru in poll. |
read |
select has reported a udp msg ready, so lets see what it is. |
poll_caddx |
is installed as a hook in MisterHouse so that we can keep an eye on the udp msgs w/o modifying any user code. |
process_msg |
will lookup the zone/partition related to the msg, and modify the object to reflect the new value reported by the caddx controller. |
None
None