Can someone explain the difference between:
device.currentEnergy
-and-
device.currentValue("energy")
pretty please?
Can someone explain the difference between:
device.currentEnergy
-and-
device.currentValue("energy")
pretty please?
There is no difference for apps. For drivers, only the currentValue(attribute) method is available.