Dataset: Device App Settings
Dataset name:
ds_device_app_settings
Description
Table for storing device app setting variables.
Fields in this dataset
Name | Field Name | Description | Field Type | Field Example |
---|---|---|---|---|
App Name |
app_setting_app_name
|
The name of the app. | varchar | Messaging app |
Device Name |
app_setting_device_name
|
The name of the Device. | varchar | Tablet |
Setting Name |
app_setting_name
|
The name of the variable. | varchar | Switched on |
Setting Type |
app_setting_type
|
The type of setting. Value, Boolean (yes/no, on/off), Range (0 100 45). | varchar | yes/no |
Setting Value |
app_setting_value
|
The value/status of the variable. | varchar | yes |
Device App Settings ID |
id
|
The primary identifier for a device record. | serial | 1 |
Device App Settings Instance |
instance
|
Instance - only because the API expects an instance. | int | 4 |
Device App Settings Source |
source
|
The source of the data - user or connection. | varchar |