SC541 Default Profile
This topic provides the default Profile template of SC541 or SC541-HL.
Background information
When you add and apply Auto Provision for a device, a complete Profile template is required. A Profile template includes all configurable settings for the device, however, only the active parameters will be applied for Auto Provision. This topic outlines the active parameters within the default Profile template, helping you determine if the default template is suitable for your Auto Provisioning needs.
Note: If the default Profile template does NOT meet your needs,
you can create a custom Profile
template.
Default Profile template
{
"version": "v1.0",
"values": [
{
"key": "dm_enable", // Allow this device to connect with Milesight platform for remote management and configuration.
"value": 1
},
{
"key": "dm_type", // Connect this device to Milesight Development platform.
"value": 0
},
{
"key": "dm_mip_addr", // The server address of Milesight Development Platform.
"value": "https://milesight.com"
},
{
"key": "dm_dh_addr",
"value": ""
},
{
"key": "autop_enable", // Enable auto provision for this device.
"value": 1
},
{
"key": "light_mode", //Set supplement light mode as Auto.
"value": 0
},
{
"key": "light_start_time", //Set start time as 82800s(23:00) when supplement light mode as Customize.
"value": 82800
},
{
"key": "light_end_time", //Set end time as 25200s(9:00) when supplement light mode as Customize.
"value": 25200
},
{
"key": "light_threshold",
"value": 55
},
{
"key": "image_brightness",
"value": 0
},
{
"key": "image_contrast",
"value": 0
},
{
"key": "image_saturation",
"value": 0
},
{
"key": "image_flip_horizontal",
"value": 0
},
{
"key": "image_flip_vertical",
"value": 0
},
{
"key": "capture_enable_schedule", //Enable scheduled capture.
"value": 1
},
{
"key": "capture_mode", //Set capture mode as Timed capture.
"value": 0
},
{
"key": "capture_interval_time",
"value": 8
},
{
"key": "capture_interval_unit",
"value": 1
},
{
"key": "capture_timed",
"value": ""
},
{
"key": "capture_enable_alarmin", //Enable alarm-in capture.
"value": 1
},
{
"key": "capture_enable_button", //Enable capture button.
"value": 1
},
{
"key": "platform_type",
"value": ""
},
{
"key": "platfrom_mqtt_host", // Leave the MQTT host address blank.
"value": ""
},
{
"key": "platfrom_mqtt_port", // Leave the MQTT port blank.
"value": ""
},
{
"key": "platfrom_sns_httpport",
"value": ""
},
{
"key": "platfrom_mqtt_topic", // Leave the MQTT topic blank.
"value": ""
},
{
"key": "platfrom_mqtt_clientid", // Leave the MQTT client ID blank.
"value": ""
},
{
"key": "platfrom_mqtt_qos", // Set the MQTT Qos to Qos 1.
"value": 1
},
{
"key": "platfrom_mqtt_user", // Leave the MQTT username blank.
"value": ""
},
{
"key": "platfrom_mqtt_password", // Leave the MQTT password blank.
"value": ""
},
{
"key": "device_name", // Set the device name to X1 Sensing Camera.
"value": "X1 Sensing Camera"
},
{
"key": "device_timezone", // Set the timezone to UTC-0:00 (Greenwich Mean Time).
"value": 14
}
]