Closed pszafer closed 6 years ago
Right now with shutter blinds I have to send empty message to topic shutteropen, shutterclose etc. I think it would be better if user can send mqtt message to topic like this:
mosquitto_pub -h 192.168.4.15 -u mqtt -P pass -t "cmnd/sonoff/shutteroperation" -m shutteropen
instead of
mosquitto_pub -h 192.168.4.15 -u mqtt -P pass -t "cmnd/sonoff/shutterstop" -m ''
This is not in sync with the rest of the behavior of TASMOTO. Therefore no change here. Also the index 1..4 will not work with your idea.
Right now with shutter blinds I have to send empty message to topic shutteropen, shutterclose etc. I think it would be better if user can send mqtt message to topic like this:
instead of