infrafast / piwebpool

The first full open source Raspberry PI PHP web-based application that automates the control of swimming pool
https://infrafast.github.io/piwebpool/
3 stars 1 forks source link

listeners management thru tablegear #21

Open infrafast opened 7 years ago

infrafast commented 7 years ago

currently listeners are registered using "subscribe" function in lua scripting this creates an entry in the listeners database

to delete these entries, a cleanup is made at each run of lua (as tehy are recreated after by the script it's fine).

A table like "parameters" should be created in the GUI usingtable gear to manage all entries. and related code in luacontext.php to delete them should be removed

infrafast commented 7 years ago

initiated... need to fix bug related to inserting row and also column width with the delete icon