Hi Guys,
Do you guys know to get device data value? not state
http://docs.smartthings.com/en/latest/ref-docs/device-ref.html
I can’t find any API from this doc.
Data
endpointId: 01
manufacturer: CentraLite
model: 3325-S
Current States
temperature: 24
battery: 100
motion: inactive
I can get current states value by this
evt.device.currentState(“battery”)
so my question how to get those data value?