Python API
Loading...
Searching...
No Matches
plux.Event.DisconnectReason Namespace Reference

Integer constants to be used in Disconnect.reason. More...

Variables

int Timeout = 1
 The idle connection timeout (15 min) has elapsed.
 
int ButtonPressed = 2
 The device button was pressed.
 
int BatDischarged = 4
 The device battery is discharged.
 

Detailed Description

Integer constants to be used in Disconnect.reason.

Variable Documentation

◆ Timeout

int plux.Event.DisconnectReason.Timeout = 1

The idle connection timeout (15 min) has elapsed.

◆ ButtonPressed

int plux.Event.DisconnectReason.ButtonPressed = 2

The device button was pressed.

◆ BatDischarged

int plux.Event.DisconnectReason.BatDischarged = 4

The device battery is discharged.