ThinkingHome.Alice
ThinkingHome.Alice.Model.Properties
PropertyType Class
Строковые идентификаторы типов свойств Алисы (devices.properties.*) — значения дискриминатора "type".
csharp
public static class PropertyTypeInheritance System.Object → PropertyType
Fields
PropertyType.EVENT Field
Событийное свойство (дискретные события).
csharp
public const string EVENT = "devices.properties.event";Field Value
PropertyType.FLOAT Field
Числовое свойство (показание сенсора).
csharp
public const string FLOAT = "devices.properties.float";