We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c803ab2 commit 0225d85Copy full SHA for 0225d85
SmartWire.h
@@ -13,6 +13,13 @@ Event structure (Based on modbus)
13
1 - relay/switch/regulator position (0 - off, 255 - on)
14
2 - temperature
15
3 - general float value (1 byte for value ID, 4 bytes for value)
16
+ 4 - electricity
17
+ 4.1 (byte) - sensor no
18
+ 4.2 (float) - real power
19
+ 4.3 (float) - power factor
20
+ 4.4 (float) - Vrms
21
+ 4.5 (float) - Irms
22
+ 4.6 (float) - total kWh consumed per sensor
23
*/
24
25
@@ -112,4 +119,4 @@ class SmartTwoWire: public TwoWire
112
119
113
120
extern SmartTwoWire SmartWire;
114
121
115
-#endif
122
+#endif
0 commit comments