Class ElectronicShelfLabelSettingsUpdate
Electronic Shelf Label Settings of a device update request
public class ElectronicShelfLabelSettingsUpdate
- Inheritance
-
ElectronicShelfLabelSettingsUpdate
- Inherited Members
Properties
Channel
Desired ESL channel for the device, or 'Auto' (case insensitive) to use the recommended channel
[DataMember(Name = "channel")]
public string? Channel { get; }
Property Value
Enabled
Turn ESL features on and off for this device
[DataMember(Name = "enabled")]
public bool? Enabled { get; }
Property Value
- bool?