Skip to content

ThinkingHome.Alice

ThinkingHome.Alice.Handlers.Devices

DevicesPayload Class

Данные ответа на discovery-запрос: пользователь и список его устройств.

csharp
public class DevicesPayload

Inheritance System.Object → DevicesPayload

Properties

DevicesPayload.Devices Property

Устройства пользователя.

csharp
public ThinkingHome.Alice.Model.Device[] Devices { get; set; }

Property Value

Device[]

DevicesPayload.UserId Property

Идентификатор пользователя в системе провайдера.

csharp
public string UserId { get; set; }

Property Value

System.String

Опубликовано под лицензией MIT