GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
IoTPropsEvent
Io
TProps
Event
sealed
class
IoTPropsEvent
Inheritors
PropsUpdated
OnlineStatusChanged
PowerStatusChanged
Members
Types
Online
Status
Changed
Link copied to clipboard
data
class
OnlineStatusChanged
(
val
deviceId
:
String
,
val
isOnline
:
Boolean
)
:
IoTPropsEvent
Power
Status
Changed
Link copied to clipboard
data
class
PowerStatusChanged
(
val
deviceId
:
String
,
val
isPowerOn
:
Boolean
)
:
IoTPropsEvent
Props
Updated
Link copied to clipboard
data
class
PropsUpdated
(
val
deviceId
:
String
,
val
props
:
IoTProps
)
:
IoTPropsEvent