You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a nice feature to allow a command with a particular name (like battery) to be reported in jeedom as battery Status
that would be something like :
if (commandname = "battery") then $this->batteryStatus(commandvalue);
that would enable all battery features of jeedom on MQTT equipement
What's your mind about this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
It would be a nice feature to allow a command with a particular name (like battery) to be reported in jeedom as battery Status
that would be something like :
if (commandname = "battery") then $this->batteryStatus(commandvalue);
that would enable all battery features of jeedom on MQTT equipement
What's your mind about this?
Thanks
The text was updated successfully, but these errors were encountered: