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
However, to avoid generating such an internal data container and instead apply the value on the device, one may supply
94
-
custom get-set methods using the fget and fset argument. This is generally useful as the hardware is a better source
93
+
custom get-set methods. This is generally useful as the hardware is a better source
95
94
of truth about the value of a property. Further, the write value of a property may not always correspond to a read
96
-
value due to hardware limitations. Say, the write value of `integration_time` requested by the user is `1000.2`, however, the device adjusted it to `1000.0` automatically.
95
+
value due to hardware limitations. Say, the write value of `referencing_run_frequency` requested by the user is `1050`, however, the device adjusted it to `1000` automatically.
97
96
98
-
### Push Events
97
+
### Publish Events
99
98
100
99
Events are to be used to asynchronously push data to clients. For example, one can supply clients with the
0 commit comments