You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **offset** (*Optional*): Final offset (output = scale * value + offset), default 0
57
-
- **precision** (*Optional*): Number of valid decimals, default 0
58
-
- **data_type** (*Optional*): Response representation (int, float). If float selected, value will be converted to IEEE 754 floating point format. default int
55
+
- **reverse_order** (*Optional*): Reverse the order of registers when count >1, default False.
- **offset** (*Optional*): Final offset (output = scale * value + offset), default 0.
58
+
- **precision** (*Optional*): Number of valid decimals, default 0.
59
+
- **data_type** (*Optional*): Response representation (int, uint, float, custom). If float selected, value will be converted to IEEE 754 floating point format. Default int.
60
+
- **structure** (*Optional*): If data_type is custom specify here a double quoted python struct format string to unpack the value. See python documentation for details. Ex: ">i".
59
61
60
62
It's possible to change the default 30 seconds scan interval for the sensor updates as shown in the [Platform options](/docs/configuration/platform_options/#scan-interval) documentation.
0 commit comments