Device CapabilitiesObj in HomeyScript stays the same value when triggered in a flow

I guess the solution brought to us here should do the trick also?

So with $skipCache: true
const device = await Homey.devices.getDevice({$skipCache: true, id: '45f27858-c506-4d3c-a800-1954d803e3e3' }); console.log(device.capabilitiesObj.measure_power.value);

1 Like