Table of Contents

Class ElectronicShelfLabelSettingsNetwork

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

Electronic Shelf Label Settings of a network

public class ElectronicShelfLabelSettingsNetwork
Inheritance
ElectronicShelfLabelSettingsNetwork
Inherited Members

Constructors

ElectronicShelfLabelSettingsNetwork()

public ElectronicShelfLabelSettingsNetwork()

Properties

Enabled

Turn ESL features on and off for this network

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

Property Value

bool?

Hostname

Desired ESL hostname of the network

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

Property Value

string

Mode

Electronic shelf label mode of the network. Valid options are 'Bluetooth', 'high frequency'

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mode")]
public ElectronicShelfLabelSettingsNetworkMode? Mode { get; }

Property Value

ElectronicShelfLabelSettingsNetworkMode?