#` brightness pct 40 device id device id

1 messages · Page 1 of 1 (latest)

lean moat
#

I'd have to look but I think only entity_id works in the data field, but if it does accept device_id that is correct format

spark slate
#

yea, I had ${entity_id} in the entity field - that worked, but only because i was manually setting it as an env var on all these nodes. trying to just pass the device_id through now

lean moat
#

in your change node use can use msg.payload =

#
{
  "target": {
    "device_id": "dddd"
  }
}
#

then you don't need to put anything in the call-service node