Table of Contents

Class ElectronicShelfLabelSettings

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

int

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

string

Enabled

Turn ESL features on and off for this device

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; }

Property Value

bool

Hostname

Hostname of the ESL management service

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "hostname")]
public string Hostname { get; }

Property Value

string

NetworkId

The identifier for the device's network

[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; }

Property Value

string

Provider

The service providing ESL functionality

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "provider")]
public string Provider { get; }

Property Value

string

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; }

Property Value

string