Class ElectronicShelfLabelSettings
Electronic Shelf Label Settings of a device
public class ElectronicShelfLabelSettings
- Inheritance
-
ElectronicShelfLabelSettings
- Inherited Members
Properties
ApEslId
An identifier for the device used by the ESL system
[DataMember(Name = "apEslId")]
public int ApEslId { get; }
Property Value
Channel
Desired ESL channel for the device, or 'Auto' (case insensitive) to use the recommended channel
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "channel")]
public string Channel { get; }
Property Value
Enabled
Turn ESL features on and off for this device
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; }
Property Value
Hostname
Hostname of the ESL management service
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "hostname")]
public string Hostname { get; }
Property Value
NetworkId
The identifier for the device's network
[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; }
Property Value
Provider
The service providing ESL functionality
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "provider")]
public string Provider { get; }
Property Value
Serial
Desired ESL channel for the device, or 'Auto' (case insensitive) to use the recommended channel
[ApiForeignKey(typeof(Device))]
[DataMember(Name = "serial")]
public string Serial { get; }