SC311 Default Profile
This topic provides the default Profile template of SC311.
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.1",
"values": [
{
"key": "dm_enable", // Platform Connection
"value": 1
},
{
"key": "dm_type", // Connecting Platforms Enum: 0-Milesight Development Platform 1-DeviceHub 2.0
"value": 0
},
{
"key": "dm_mip_addr", // Milesight Development Platform Server Address
"value": "https://milesight.com"
},
{
"key": "dm_dh_addr", // Milesight DeviceHub Server Address
"value": ""
},
{
"key": "autop_enable",
"value": 1
},
{
"key": "dev_name", // Device Name
"value": "X5 Sensing Camera"
},
{
"key": "time_zone", // Time Zone, refer to time_zone Value
"value": 8
},
{
"key": "dst_enable", // Daylight Saving Time Enum: 1-Auto 0-Disable
"value": 1
},
{
"key": "sync_mode", // Synchronize Mode Enum: 0-Auto 1-Manual
"value": 0
},
{
"key": "ssh_enable", // Enable SSH
"value": 0
},
{
"key": "ssh_port", // SSH Port
"value": 6022
},
{
"key": "wakeup_mode", // Wake Up Method Enum: 1-Bluetooth 2-Call 4-MQTT
"value": 5
},
{
"key": "gps_enable", // GPS
"value": 1
},
{
"key": "report_takeover_enable", // Data Report Platform Takeover
"value": 1
},
{
"key": "image_brightness", // Brightness
"value": 50
},
{
"key": "image_contrast", // Contrast
"value": 50
},
{
"key": "image_saturation", // Saturation
"value": 50
},
{
"key": "image_sharpness", // Sharpness
"value": 50
},
{
"key": "image_denoise", // 2D DNR
"value": 50
},
{
"key": "image_capture_object", // Capture Object Enum: 0-Motion 1-Static
"value": 0
},
{
"key": "image_daynight_mode", // Day/Night Switch Mode Enum: 2-Night 1-Day 0-Auto 3-Schedule
"value": 0
},
{
"key": "image_daytonight", // Day to Night Value
"value": 36
},
{
"key": "image_nighttoday", // Night to Day Value
"value": 82
},
{
"key": "daynight_schedule", // Month
"value": ""
},
{
"key": "image_irstrength", // IR LED Level
"value": 100
},
{
"key": "image_osd_time_enable", // Image Timestamp OSD
"value": 0
},
{
"key": "image_osd_dev_enable", // Image Dev. Name OSD
"value": 0
},
{
"key": "work_mode", // Work Mode Enum: 0-Full Fuction Capture 1-Low Power Timed Capture
"value": 0
},
{
"key": "image_reso", // Image Resolution Enum: 0-3840*2160 1-3072*2048 2-2592*1944 3-2592*1520 4-2048*1536 5-1920*1080 6-1280*960 7-1280*720 8-704*576
"value": 0
},
{
"key": "image_type", // Image Type Enum: 0-Full Image 1-Cropping Region
"value": 0
},
{
"key": "trig_disable_period_index", // Trigger Disable Time Period
"value": 0
},
{
"key": "cap_indicator", // Indicator Light
"value": 1
},
{
"key": "trig_enable", // PIR&Radar Trigger Capture
"value": 1
},
{
"key": "tirg_source", // Mode Enum: 0-Auto 1-PIR 2-Radar
"value": 0
},
{
"key": "algo_enable", // Algorithm Validation
"value": 1
},
{
"key": "algo_type", // Algorithm Scheme Enum: 0-People and Vehicles
"value": 0
},
{
"key": "trig_interval", // Trigger Minimum Interval
"value": 1
},
{
"key": "trig_by_alarmin", // Alarm In Trigger
"value": 0
},
{
"key": "trig_laf_enable", // Noise Trigger Capture
"value": 0
},
{
"key": "trig_laf_thre", // Noise Value ≥
"value": ""
},
{
"key": "trig_laf_thre_limit", // Noise Value ≤
"value": ""
},
{
"key": "trig_laf_interval",
"value": 0
},
{
"key": "continue_trig_laf_interval", // Continuous Trigger Interval
"value": 1
},
{
"key": "trig_temp_enable", // Temperature Trigger Capture
"value": 0
},
{
"key": "trig_temp_thre", // Temperature Value ≥
"value": ""
},
{
"key": "trig_temp_thre_limit", // Temperature Value ≤
"value": ""
},
{
"key": "trig_temp_interval",
"value": 0
},
{
"key": "continue_trig_temp_interval", // Continuous Trigger Interval
"value": 1
},
{
"key": "cap_continue", // Continuous Capture
"value": 0
},
{
"key": "cap_continue_interva_unit", // Units of Interval Enum: 0-min 1-h
"value": 1
},
{
"key": "cap_continue_interval", // Interval of Continuous Capture
"value": 24
},
{
"key": "time_capture_enable", // Timed Capture
"value": 0
},
{
"key": "capture_time", // Time To Capture
"value": 0
},
{
"key": "debug_capture_enable", // Debug Capture
"value": 0
},
{
"key": "cap_upload_mode", // Snapshots Upload Mode Enum: 0-Timing 1-Immediacy
"value": 0
},
{
"key": "cap_upload_freq", // Upload Frequency Enum: 1-Once a Day 2-Twice a Day
"value": 1
},
{
"key": "cap_upload_time1", // Upload Time1
"value": 0
},
{
"key": "cap_upload_time2", // Upload Time2
"value": 43200
},
{
"key": "cap_post_enable", // Data Report
"value": 0
},
{
"key": "aiot_platform_enable", // AIoT Senseing Platform Mode
"value": 0
},
{
"key": "cap_post_content", // Report Content Enum: 1-Snapshot 2-Heartbeat 4-Alarm
"value": 7
},
{
"key": "heartbeat_test_mode", // Heartbeat Test Mode
"value": 0
},
{
"key": "heartbeat_interval", // Heartbeat Interval
"value": 1
},
{
"key": "heartbeat_interval_test", // Heartbeat Interval
"value": 60
},
{
"key": "heartbeat_interval_low", // Heartbeat Interval
"value": 24
},
{
"key": "snapshot_topic", // Snapshot Topic
"value": "X5SensingCam/Snapshot"
},
{
"key": "status_topic", // Heartbeat Topic
"value": "X5SensingCam/Status"
},
{
"key": "alarm_topic", // Alarm Topic
"value": "X5SensingCam/Alarm"
},
{
"key": "config_req_topic", // Configure Request Topic
"value": "X5SensingCam/ConfigureRequest"
},
{
"key": "config_resp_topic", // Configure Response Topic
"value": "X5SensingCam/ConfigureRespond"
},
{
"key": "post_protocol", // Post Protocol Type Enum: 0-MQTT 1-HTTP
"value": 0
},
{
"key": "mqtt_host", // Host
"value": ""
},
{
"key": "mqtt_port", // Port
"value": ""
},
{
"key": "mqtt_client_id", // Client ID
"value": ""
},
{
"key": "wake_up_client_id", // Wake Up Client ID
"value": ""
},
{
"key": "mqtt_username", // MQTT Username
"value": ""
},
{
"key": "mqtt_password", // MQTT Password
"value": ""
},
{
"key": "mqtt_tls", // SSL/TLS
"value": 0
},
{
"key": "mqtts_cert_type", // Certificate Type Enum: 0-CA Signed Server 1-Self SIgned
"value": 1
},
{
"key": "mqtts_ca_file", // CA File
"value": "",
"fileSize": "",
"crc32": "",
"md5": ""
},
{
"key": "mqtts_client_file", // Certificate File
"value": "",
"fileSize": "",
"crc32": "",
"md5": ""
},
{
"key": "mqtts_client_key_file", // Client Key File
"value": "",
"fileSize": "",
"crc32": "",
"md5": ""
},
{
"key": "http_url", // HTTP URL
"value": ""
},
{
"key": "http_username", // HTTP Username
"value": ""
},
{
"key": "http_password", // HTTP Password
"value": ""
},
{
"key": "if_do_condition", // Digital Output Conditions Enum: 1-Object 2-Noise 4-Temperature
"value": 0
},
{
"key": "if_do_laf_thre", // Noise Threshold
"value": 60
},
{
"key": "if_do_temp_thre", // Temperature Threshold
"value": 35
},
{
"key": "cel_apn", // APN
"value": ""
},
{
"key": "cel_username", // Username
"value": ""
},
{
"key": "cel_password", // Password
"value": ""
},
{
"key": "cel_pin_code", // PIN Code
"value": ""
},
{
"key": "cel_authen_type", // Authentication Type Enum: 0-None 1-PAP 2-CHAP 3-PAP or CHAP
"value": 0
},
{
"key": "cel_network_type", // Network Type Enum: 0-Auto 1-4G Only 2-3G Only
"value": 0
},
{
"key": "cel_icmp_detect_enable", // Ping Detection
"value": 0
},
{
"key": "cel_icmp_server", // IP Address
"value": "8.8.8.8"
},
{
"key": "cel_mtu", // MTU
"value": 1500
},
{
"key": "bill_day", // Billing Day Enum: 1-28
"value": 1
},
{
"key": "wlan_protocol", // Protocal Enum: 2-802.11n 1-802.11g
"value": 2
},
{
"key": "wlan_bandwidth", // Bandwidth Enum: 0-20MHz 1-40MHz
"value": 0
},
{
"key": "wlan_channel", // Channel Enum: 0-Auto or 1-11
"value": 0
},
{
"key": "wlan_secu_mode", // Encryption Mode Enum: 0-No Encryption 1-WPA-PSK 2-WPA2-PSK 3-WPA-PSK/WPA2-PSK
"value": 0
},
{
"key": "wlan_cipher", // Cipher Enum: 0-AES 1-TKIP 2-AES/TKIP
"value": 2
},
{
"key": "wifi_password", // Password
"value": ""
}
]
}