search for: discharging_info

Displaying 4 results from an estimated 4 matches for "discharging_info".

2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
...ver, to add: /* USB HID UPS Status*/ {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Charging", NULL, NULL, HU_FLAG_QUICK_POLL, charging_info}, {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Discharging", NULL, NULL, HU_FLAG_QUICK_POLL, discharging_info}, {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.NeedReplacement", NULL, NULL, 0, replacebatt_info}, {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.ACPresent", NULL, NULL, HU_FLAG_QUICK_POLL, online_info}, and now everything works as expected...
2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
.../* USB HID UPS Status*/ > {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Charging", NULL, > NULL, HU_FLAG_QUICK_POLL, charging_info}, > {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Discharging", NULL, > NULL, HU_FLAG_QUICK_POLL, discharging_info}, > {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.NeedReplacement", > NULL, NULL, 0, replacebatt_info}, > {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.ACPresent", NULL, > NULL, HU_FLAG_QUICK_POLL, online_info}, > > and now...
2023 Nov 13
1
What is the arduino sub-driver intended to be used for?
...Status*/ >> {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Charging", NULL, >> NULL, HU_FLAG_QUICK_POLL, charging_info}, >> {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Discharging", >> NULL, NULL, HU_FLAG_QUICK_POLL, discharging_info}, >> {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.NeedReplacement", >> NULL, NULL, 0, replacebatt_info}, >> {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.ACPresent", NULL, >> NULL, HU_FLAG_QUICK_POLL, online_info}, &...
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
...;> {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Charging", NULL, >>> NULL, HU_FLAG_QUICK_POLL, charging_info}, >>> {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Discharging", >>> NULL, NULL, HU_FLAG_QUICK_POLL, discharging_info}, >>> {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.NeedReplacement", >>> NULL, NULL, 0, replacebatt_info}, >>> {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.ACPresent", NULL, >>> NULL, HU_FLAG_QUICK_POLL,...