esp-rfid icon indicating copy to clipboard operation
esp-rfid copied to clipboard

MQTT user list commands

Open clabnet opened this issue 4 years ago • 1 comments

Using the 1.2.0 version, I need to get the list of users of rfi-door system.

My flow is :

    • publish an MQTT message to esp-door/accesslist with this content: { cmd:'listusr', doorip:'192.168.0.79' }
    • subscribe an MQTT message to esp_door/#

I have not any result.

The rfi-door system work regularly. It is a bug or I have not understand the commands ?

Thanks

clabnet avatar Oct 25 '19 15:10 clabnet

Try to swap commands... you should subscribe before publish the message.

fabiosoft avatar Oct 01 '20 10:10 fabiosoft