VS135-L08EU Default Profile

This topic provides the default Profile template of VS135-L08EU.

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",    // 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": "scene_prvw",    // The scene preview mode of the device is Video Stream.
            "value": 0
        },
        {
            "key": "image_type",    // The image type of the device is Pseudocolor image.
            "value": 1
        },
        {
            "key": "show_track_line",    // Show tracking lines in preview window.
            "value": 1
        },
        {
            "key": "show_detect_line",    // Show detection lines in preview window.
            "value": 1
        },
        {
            "key": "show_uturn_area",    // Show u-turn areas in preview window.
            "value": 1
        },
        {
            "key": "show_detect_region",    // Show detection region in preview window.
            "value": 1
        },
        {
            "key": "install_height",    // The install height of the device is 3000m.
            "value": 3000
        },
        {
            "key": "max_target_height",    // The device will ignore the objects higher than 2000m.
            "value": 2000
        },
        {
            "key": "min_target_height",    // The device will ignore the objects shorter than 1000m.
            "value": 1000
        },
        {
            "key": "child_filt_height",    // To set the max child height when children distinction feature is enabled.
            "value": 1300
        },
        {
            "key": "track_mode",    // The tracking mode of counting is Head Tracking.
            "value": 0
        },
        {
            "key": "uturn_filter",    //Enable U-turn filtering. 
            "value": 1
        },
        {
            "key": "child_diff",    // Disable children/adults differentiation.
            "value": 0
        },
        {
            "key": "staff_detect",    //Disable staff detection. 
            "value": 0
        },
        {
            "key": "staff_sensitivity",    // Set the sensitivity value of staff detection.
            "value": "5"
        },
        {
            "key": "group_count",    //Disable group counting. 
            "value": 0
        },
        {
            "key": "max_group_count",    // 
            "value": 20
        },
        {
            "key": "region_monitor",    //Disable region monitoring. 
            "value": 0
        },
        {
            "key": "heatmap",    //Disable heatmap. 
            "value": 0
        },
        {
            "key": "rst_cum_count",    //Disable Reset Cumulative Count on Schedule. 
            "value": 0
        },
        {
            "key": "rst_day",    //Select time of reset is Everyday.
            "value": 7
        },
        {
            "key": "rst_time",    //Set time of reset as 0:00. 
            "value": 0
        },
        {
            "key": "cel_network_type",  //Set network type as Auto.
            "value": 0
        },
        {
            "key": "cel_apn",
            "value": ""
        },
        {
            "key": "cel_username",
            "value": ""
        },
        {
            "key": "cel_password",
            "value": ""
        },
        {
            "key": "cel_pin_code",
            "value": ""
        },
        {
            "key": "cel_authen_type",
            "value": 0
        },
        {
            "key": "cel_roam",    //Enable roaming.
            "value": 1
        },
        {
            "key": "cel_fail_restart",  //Disable Restart When Dial-up Failed.
            "value": 0
        },
        {
            "key": "cel_icmp_server",   //Set ICMP server as 8.8.8.8.
            "value": "8.8.8.8"
        },
        {
            "key": "cel_icmp_max_retry",  //Set ICMP detection max retries as 3.
            "value": 3
        },
        {
            "key": "cel_icmp_timeout",   //Set ICMP detection timeout as 5s.
            "value": 5
        },
        {
            "key": "cel_icmp_detect_interval",  //Set ICMP detection interval as 30s.
            "value": 30
        },
        {
            "key": "wlan_enable",  //Enable WLAN for local access.
            "value": 1
        },
        {
            "key": "wifi_ssid",
            "value": ""
        },
        {
            "key": "wlan_protocol",   //Select WLAN protocol as 802.11n(2.4G).
            "value": 2
        },
        {
            "key": "wlan_bandwidth",  //Select WLAN bandwidth as 20MHz.
            "value": 1
        },
        {
            "key": "wlan_channel",   //Select WLAN channel as Auto.
            "value": 0
        },
        {
            "key": "wlan_secu_mode",  //Select WLAN security mode as No Encryption.
            "value": 0
        },
        {
            "key": "wlan_cipher",    //Select WLAN cipher as AES.
            "value": 0
        },
        {
            "key": "wifi_password",
            "value": ""
        },
        {
            "key": "recipient",    // 
            "value": ""
        },
        {
            "key": "rep_time_info",    // 
            "value": "0xffffffff"
        },
        {
            "key": "downlink_mqtt_host",
            "value": ""
        },
        {
            "key": "downlink_mqtt_port",
            "value": ""
        },
        {
            "key": "downlink_mqtt_client_id",
            "value": ""
        },
        {
            "key": "downlink_mqtt_username",
            "value": ""
        },
        {
            "key": "downlink_mqtt_password",
            "value": ""
        },
        {
            "key": "downlink_mqtt_topic",
            "value": ""
        },
        {
            "key": "downlink_mqtt_qos",   //Select QoS as QoS0.
            "value": 0
        },
        {
            "key": "downlink_mqtt_tls",    //Disable TLS.
            "value": 0
        },
        {
            "key": "downlink_mqtts_cert_type",
            "value": 0
        },
        {
            "key": "downlink_mqtts_ca_file",
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "downlink_mqtts_client_file",
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "downlink_mqtts_client_key_file",
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "dev_name",
            "value": "People Counter"    //Set the device name as People Counter.
        },
        {
            "key": "cus_dev_id",    // 
            "value": ""
        },
        {
            "key": "cus_site_id",    // 
            "value": ""
        },
        {
            "key": "time_zone",    //// Set the timezone to UTC-0:00 (Western European Time (WET)). 
            "value": 14
        },
        {
            "key": "dst_enable",    //Disable daylight saving time. 
            "value": 0
        },
        {
            "key": "dst_start_month",    //Select DST start time (month) as March. 
            "value": 3
        },
        {
            "key": "dst_start_week_no",    //Select DST start time (weeknum) as last.  
            "value": 5
        },
        {
            "key": "dst_start_week_day",    //Select DST start time (weekday) as Sunday. 
            "value": 0
        },
        {
            "key": "dst_start_time",    //Select DST start time (time) as 2:00.  
            "value": 120
        },
        {
            "key": "dst_end_month",    //Select DST end time (month) as May.  
            "value": 5
        },
        {
            "key": "dst_end_week_no",    //Select DST end time (weeknum) as last.   
            "value": 5
        },
        {
            "key": "dst_end_week_day",    //Select DST end time (weekday) as Sunday. 
            "value": 0
        },
        {
            "key": "dst_end_time",    //Select DST end time (time) as 3:00.  
            "value": 180
        },
        {
            "key": "dst_bias_time",    //Select DST offset as 60.
            "value": 60
        },
        {
            "key": "sync_mode",    //The time synchronize mode is NTP Timing. 
            "value": 1
        },
        {
            "key": "ntp_server_addr",    //The NTP server address is pool.ntp.org. 
            "value": "pool.ntp.org"
        },
        {
            "key": "ntp_syn_interval",    //The time synchronization interval is 1440 minutes. 
            "value": 1440
        },
        {
            "key": "tof_freq_adjust",    // The option is modulation mode A.
            "value": 0
        },
        {
            "key": "tof_light_mode",   //The ToF lighting mode is Auto.
            "value": 0
        },
        {
            "key": "tilt_correction_en",   //Disable tilt correction.
            "value": 0
        },
        {
            "key": "hard_rst",    // 
            "value": 0
        }
    ]
}