Hi there,
I am still new with mango. Can somebody help me on how can I get a value at specific time (let say 8am) in metadata scripting. This is because I would like to calculate the use of (e.g. energy ) so far from that particular time. Is the below code is fine
return p1.lastValue - p1.pointValueAt(8)