iobroker-community-adapters / ioBroker.unifi

ioBroker.unifi is an ioBroker adapter for your UniFi network devices.
MIT License
73 stars 24 forks source link

Block/unblock client doesnt work #710

Closed mumu-rik closed 10 months ago

mumu-rik commented 10 months ago

Changes to block and unblock seems to be not functional from iObroker. If I change the block status of a client on iObroker side, there is no changes in Unifi-GUI

As far as I understand there is a command:

https://flows.nodered.org/node/node-red-contrib-unifi

blockClient : Block Client { command: "blockClient", mac: "client MAC address" } unblockClient : Unblock Client { command: "unblockClient", mac: "client MAC address" }

mumu-rik commented 10 months ago

implemented in https://github.com/iobroker-community-adapters/ioBroker.unifi/pull/652