-
Notifications
You must be signed in to change notification settings - Fork 1
/
nfc tag node red
2 lines (2 loc) · 1.55 KB
/
nfc tag node red
1
2
Tag scanned flow for node red:
[{"id":"cb570bac.b9be48","type":"tab","label":"NFC tag scan","disabled":false,"info":""},{"id":"6ae4bcd1.e3bc94","type":"server-events","z":"cb570bac.b9be48","name":"listen for tag scan","server":"5f266d6c.e55234","event_type":"tag_scanned","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"waitForRunning":true,"x":170,"y":240,"wires":[["1e4c4465.1ee2dc"]]},{"id":"1e4c4465.1ee2dc","type":"switch","z":"cb570bac.b9be48","name":"pick the tag id scanned","property":"payload.event.tag_scanned","propertyType":"msg","rules":[{"t":"eq","v":"","vt":"str"},{"t":"eq","v":"","vt":"str"},{"t":"eq","v":"","vt":"str"},{"t":"eq","v":"","vt":"str"}],"checkall":"true","repair":false,"outputs":4,"x":490,"y":240,"wires":[["6d3742be.a3027c"],["25bbadcc.59cc02"],[],[]]},{"id":"6d3742be.a3027c","type":"api-call-service","z":"cb570bac.b9be48","name":"","server":"","version":1,"debugenabled":false,"service_domain":"","service":"","entityId":"","data":"","dataType":"json","mergecontext":null,"output_location":"payload","output_location_type":"none","mustacheAltTags":false,"x":760,"y":180,"wires":[[]]},{"id":"25bbadcc.59cc02","type":"api-call-service","z":"cb570bac.b9be48","name":"","server":"","version":1,"debugenabled":false,"service_domain":"","service":"","entityId":"","data":"","dataType":"json","mergecontext":null,"output_location":"payload","output_location_type":"none","mustacheAltTags":false,"x":760,"y":300,"wires":[[]]},{"id":"5f266d6c.e55234","type":"server","name":"Home Assistant","addon":true}]