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
"""Provide the current V+ voltage level on the Notecard, and provides information about historical voltage trends. When used with the mode argument, configures voltage thresholds based on how the device is powered.
hours (int): The number of hours to analyze, up to 720 (30 days).
869
869
mode (str): Used to set voltage thresholds based on how the Notecard will be powered, and which can be used to configure voltage-variable Notecard behavior. Each value is shorthand that assigns a battery voltage reading to a given device state like `high`, `normal`, `low`, and `dead`. NOTE: Setting voltage thresholds is not supported on the Notecard XP.
870
870
name (str): Specifies an environment variable to override application default timing values.
871
+
off (bool): Disable historic voltage trend calculations.
871
872
offset (int): Number of hours to move into the past before starting analysis.
873
+
on (bool): Enable historic voltage trend calculations.
872
874
set (bool): Used along with `calibration`, set to `true` to specify a new calibration value.
873
875
sync (bool): When enabled and the `usb` argument is set to `true`, the Notecard will perform a sync when USB power is connected or disconnected.
874
876
usb (bool): When enabled, the Notecard will monitor for changes to USB power state.
0 commit comments