Table of Contents

Class ElectronicShelfLabelSettingsUpdate

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

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

string

Enabled

Turn ESL features on and off for this device

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

Property Value

bool?