GetSettings

CmdGetSettings

CmdGetSettings gets a number of settings.

Field Type Label Description
keys string repeated

list of settings to be fetched

CmdGetSettingsResponse

CmdGetSettingsResponse is a response to a CmdGetSettings command.

Field Type Label Description
settings Setting repeated

list of settings

Setting

Setting is a setting with a key (name) and value.

Currently valid keys are:

General.Name string_val  
Active.Internal.Channel int_val  
Active.Internal.LoopID int_val  
Active.Internal.Power int_val  
Display.Backlight.Brightness int_val 0,10,50,100
LEDs.Brightness int_val 0,10,50,100
Detection.Indicator string_val Nothing,Beep,Blink,Beep+Blink
Network.Ethernet.Method string_val auto,manual
Network.Ethernet.IP string_val  
Network.Ethernet.Netmask string_val  
Network.Ethernet.Gateway string_val  
Network.Ethernet.DNS string_val  
Network.WIFI.Mode string_val Client,Access Point,Off
Network.Mobile.SIM string_val internal,external
Network.Mobile.SIMExternal.PIN string_val  
Network.Mobile.SIMExternal.Method string_val auto,manual
Network.Mobile.SIMExternal.Method.Provider.APN string_val  
Network.Mobile.SIMExternal.Method.Provider.User string_val  
Network.Mobile.SIMExternal.Method.Provider.Password string_val  
Network.Mobile.ExternalAntenna bool_val  
Network.Cloud.CustNo int_val  
Network.Cloud.EnableOnStartup bool_val  
Time.Zone string_val  
Trigger.MarkerNo int_val  
Trigger.IncMarkerNo bool_val  

 

Field Type Label Description
key string  

name of the setting

int_val int32  

value of the setting if it is an int

string_val string  

value of the setting if it is a string

bool_val bool  

value of the setting if it is a bool

duration_val google.protobuf.Duration  

value of the setting if it is a duration