Hi, I’m trying to use properties like parentId
and deviceClass
from the device context of ctx.device
(marked as Include full device info in context)
I used {{jsonEncode ctx.device}}
to inspect the properties returned, but parentId
, deviceClass
are not included.
and my device has this properties
Include full device info in context should include all device properties, correct?