VS125-P Default Profile

This topic provides the default Profile template of VS125-P.

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": "show_track_line", // Show Tracking Lines
            "value": 1
        },
        {
            "key": "show_detect_line", // Show Detection Lines
            "value": 1
        },
        {
            "key": "show_uturn_area", // Show U-turn Areas
            "value": 1
        },
        {
            "key": "show_detect_region", // Show Detection Regions
            "value": 1
        },
        {
            "key": "install_height", // Installation Height
            "value": 3500
        },
        {
            "key": "max_target_height", // Maximum Target Height
            "value": 2000
        },
        {
            "key": "min_target_height", // MinimumTarget Height
            "value": 1000
        },
        {
            "key": "child_filt_height", // Children Filter Height
            "value": 1500
        },
        {
            "key": "track_mode", // Tracking Mode Enum: 0-Head Tracking 1-Feet Tracking
            "value": 0
        },
        {
            "key": "uturn_filter", // U-turn Filtering
            "value": 1
        },
        {
            "key": "child_diff", // Children/Adults Differentiation
            "value": 0
        },
        {
            "key": "gender_detect", // Gender Detection
            "value": 0
        },
        {
            "key": "region_monitor", // Region Monitoring
            "value": 0
        },
        {
            "key": "rst_cum_count", // Reset Cumulative Count on Schedule
            "value": 0
        },
        {
            "key": "rst_day", // Time of Reset Enum: 7-Everyday 0-Sun. 1-Mon. 2-Tues. 3-Wed. 4-Thur. 5-Fri. 6-Sat.
            "value": 7
        },
        {
            "key": "rst_time", // Time of Reset
            "value": 0
        },
        {
            "key": "ip_assign", // IP Assignment Enum: 0-Manual 1-Automatic (DHCP)
            "value": 0
        },
        {
            "key": "ip_addr", // IP Address
            "value": "192.168.5.220"
        },
        {
            "key": "subnet_mask", // Subnet Mask
            "value": "255.255.255.0"
        },
        {
            "key": "default_gateway", // Default Gateway
            "value": "192.168.5.1"
        },
        {
            "key": "prim_dns_server", // Primary DNS Server
            "value": "8.8.8.8"
        },
        {
            "key": "second_dns_server", // Secondary DNS Server
            "value": "114.114.114.114"
        },
        {
            "key": "http_enable", // HTTP
            "value": 1
        },
        {
            "key": "http_port", // HTTP Port
            "value": 80
        },
        {
            "key": "https_port", // HTTPS Port
            "value": 443
        },
        {
            "key": "wlan_enable", // Enable WLAN
            "value": 1
        },
        {
            "key": "wifi_ssid", // Wi-Fi SSID
            "value": ""
        },
        {
            "key": "wlan_protocol", // Protocol Enum: 0-802.11b (2.4G) 1-802.11g (2.4G) 2-802.11n (2.4G)
            "value": 2
        },
        {
            "key": "wlan_bandwidth", // Bandwidth Enum: 0-40MHz 1-20MHz
            "value": 1
        },
        {
            "key": "wlan_channel", // Channel Enum: 0-Auto or 1-11
            "value": 0
        },
        {
            "key": "wlan_secu_mode", // Security Mode Enum: 0-No Encryption 3-WPA-PSK 4-WPA2-PSK 5-WPA-PSK/WPA2-PSK
            "value": 0
        },
        {
            "key": "wlan_cipher", // Cipher Enum: 0-AES 1-TKIP 2-AES/TKIP
            "value": 0
        },
        {
            "key": "wifi_password", // Wi-Fi Password
            "value": ""
        },
        {
            "key": "recipient", // Recipient
            "value": ""
        },
        {
            "key": "rep_time_info",
            "value": 1
        },
        {
            "key": "day_night_mode", // Day/Night Switch Enum: 0-Auto 1-Day 2-Night 3-Schedule
            "value": 0
        },
        {
            "key": "image_sensitivity", // Sensitivity
            "value": 5
        },
        {
            "key": "image_night_start_time", // Start Time of Night Mode
            "value": 68400
        },
        {
            "key": "image_night_end_time", // End Time of Night Mode
            "value": 28800
        },
        {
            "key": "image_brightness", // Target Brightness
            "value": 5
        },
        {
            "key": "image_power_freq", // Power Line Frequency Enum: 0-50Hz 1-60Hz
            "value": 0
        },
        {
            "key": "image_wdr", // Wide Dynamic Range
            "value": 0
        },
        {
            "key": "dev_name", // Device Name
            "value": "People Counter"
        },
        {
            "key": "cus_dev_id", // Customized Device ID
            "value": ""
        },
        {
            "key": "cus_site_id", // Customized Site ID
            "value": ""
        },
        {
            "key": "time_zone", // Time Zone, refer to time_zone Value
            "value": 14
        },
        {
            "key": "dst_enable", // Daylight Saving Time
            "value": 0
        },
        {
            "key": "dst_start_month", // Start Time (month)
            "value": 3
        },
        {
            "key": "dst_start_week_no", // Start Time(weeknum) Enum: 1-1st 2-2nd 3-3rd 4-4th 5-last
            "value": 5
        },
        {
            "key": "dst_start_week_day", // Start Time (weekday) Enum: 0-Sun. 1-Mon. 2-Tues. 3-Wed. 4-Thur. 5-Fri. 6-Sat.
            "value": 0
        },
        {
            "key": "dst_start_time", // Start Time(time),120=02:00
            "value": 120
        },
        {
            "key": "dst_end_month", // End Time(month)
            "value": 10
        },
        {
            "key": "dst_end_week_no", // End Time(weeknum) Enum: 1-1st 2-2nd 3-3rd 4-4th 5-last
            "value": 5
        },
        {
            "key": "dst_end_week_day", // End Time(weekday) Enum: 0-Sun. 1-Mon. 2-Tues. 3-Wed. 4-Thur. 5-Fri. 6-Sat.
            "value": 0
        },
        {
            "key": "dst_end_time", // End Time(time), 180=03:00
            "value": 180
        },
        {
            "key": "dst_bias_time", // DST Offset Enum: 30 60 90 120
            "value": 60
        },
        {
            "key": "sync_mode", // Synchronize Mode Enum: 1-NTP Timing 0-Manual Timing
            "value": 1
        },
        {
            "key": "ntp_server_addr", // Server Address
            "value": "pool.ntp.org"
        },
        {
            "key": "ntp_syn_interval", // Time Synchronization Interval
            "value": 1440
        },
        {
            "key": "ssh_enable", // SSH
            "value": 1
        }
    ]
}