online property

bool online

True if this is currently providing power. Only applicable for UPowerDeviceType.linePower.

Implementation

bool get online => (_properties['Online'] as DBusBoolean).value;