mueslo / openwrt_hass_devicetracker

Simple OpenWRT package which forwards device connection changes to a HomeAssistant instance
GNU General Public License v3.0
92 stars 31 forks source link

Fix syntax error in function declaration #39

Closed tribut closed 5 years ago

tribut commented 5 years ago

Regression from d4e2a34aa3df98e20dfa5bb2c6a8e8601aad029c (https://github.com/mueslo/openwrt_hass_devicetracker/pull/33), which updated the function declarations but was missing () here.

Fixes https://github.com/mueslo/openwrt_hass_devicetracker/issues/38.