Trying to get my PC to lock using IOT Link but it’s not working.
IOT is correctly connected to MQTT and I can see all the respective entities and information.
However:
service: mqtt.publish
data:
topic: "iotlink/WORKGROUP/DUMONSTERPC/commands/lock"
payload: ""
Doesn’t do anything.
What am I doing wrong?