SC211 Default Profile

This topic provides the default Profile template of SC211.

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", // 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": "4G Traffic Sensing Camera"
        },
        {
            "key": "time_zone", // Time Zone, refer to time_zone Value
            "value": 8
        },
        {
            "key": "dst_enable", // Daylight Saving Time Enum: 1-Automatic 0-Disable
            "value": 1
        },
        {
            "key": "sync_mode", // Time 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-Call 2-MQTT or TCP
            "value": 3
        },
        {
            "key": "report_takeover_enable", // Data Report 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_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": "image_max_shutter", // Maximum Shutter
            "value": 1000
        },
        {
            "key": "image_max_gain", // Maximum Gain Level
            "value": 25
        },
        {
            "key": "image_reso", // Image Resolution Enum: 0-1920*1080 1-1280*960 2-1280*720 3-704*576
            "value": 0
        },
        {
            "key": "image_type", // Image Type Enum: 0-Full Image 1-Cropping Region
            "value": 0
        },
        {
            "key": "cap_ai_confid", // AI Confidence
            "value": 5
        },
        {
            "key": "cap_radar_sensi", // Sensor Sensitivity
            "value": 4
        },
        {
            "key": "cap_min_speed", // Minimum Detection Speed
            "value": 0
        },
        {
            "key": "cap_max_speed", // Maximum Detection Speed
            "value": ""
        },
        {
            "key": "cap_sleep_delay", // Sleep Delay
            "value": 3
        },
        {
            "key": "cap_interval", // Capture Interval
            "value": 100
        },
        {
            "key": "cap_post_enable", // Enable Post Capture
            "value": 0
        },
        {
            "key": "cap_post_number", // Post Capture Number
            "value": 3
        },
        {
            "key": "cap_post_interval", // Post Capture Interval
            "value": 10
        },
        {
            "key": "cap_indicator", // Indicator Light
            "value": 1
        },
        {
            "key": "trig_disable_period_index", // Trigger Disable Time Period
            "value": 0
        },
        {
            "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": "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_content", // Post Content Enum: 1-Snapshot 2-Status 4-Alarm
            "value": 7
        },
        {
            "key": "post_protocol", // Post Type Enum: 0-MQTT 1-HTTP
            "value": 0
        },
        {
            "key": "mqtt_host", // Host
            "value": ""
        },
        {
            "key": "mqtt_port", // Port
            "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": "snapshot_topic", // Snapshot Topic
            "value": "4GSolarCam/Snapshot"
        },
        {
            "key": "status_topic", // Status Topic
            "value": "4GSolarCam/Status"
        },
        {
            "key": "alarm_topic", // Alarm Topic
            "value": "4GSolarCam/Alarm"
        },
        {
            "key": "config_req_topic", // Configure Request Topic
            "value": "4GSolarCam/ConfigureRequest"
        },
        {
            "key": "config_resp_topic", // Configure Response Topic
            "value": "4GSolarCam/ConfigureRespond"
        },
        {
            "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": 1
        },
        {
            "key": "cel_icmp_server", // IP Address
            "value": "8.8.8.8"
        },
        {
            "key": "cel_mtu", // MTU
            "value": 1500
        },
        {
            "key": "bill_day", //Billing day, 1-1st Day of The Month, Eum: 1-28
            "value": 1
        },
        {
            "key": "wlan_protocol", // Radio Type 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 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", // Key
            "value": ""
        }
    ]
}