ThinkingHome.Alice
ThinkingHome.Alice.Model.Properties
PropertyInfoBase Class
Базовое описание свойства (сенсора) в discovery; конкретный тип выбирается по дискриминатору "type" (devices.properties.*).
csharp
public class PropertyInfoBaseInheritance System.Object → PropertyInfoBase
Derived
↳ PropertyInfo<TParams>
Properties
PropertyInfoBase.Reportable Property
Сообщает ли устройство об изменении значения через Notification API.
csharp
public bool Reportable { get; set; }Property Value
PropertyInfoBase.Retrievable Property
Доступно ли чтение значения свойства (запросы query).
csharp
public bool Retrievable { get; set; }