NovaCloud-EN
    NovaCloud-EN
    • API Access Guide
    • Common HTTP Status Codes
    • VNNOX
      • Player
        • Player Management
          • Obtain player list
        • Obtaining Player Status
          • Obtaining Basic Player Information
          • Obtaining Player Configuration Status
      • Solutions
        • Emergency Insertion
          • Single-Page Emergency Insertion Solutions
          • Canceling Emergency Insertion Solutions
        • Program widget examples
          • Hand-drawn clock widget
          • Text component
          • RSS component
          • WEATHER - Simple Weather Component
          • ANALOG_WEATHER - Basic Weather Component
          • ANALOG_WEATHER - Basic Weather Component
          • Weather widget
          • Environmental Monitoring widget
        • Common Solutions
        • Offline Export
        • Over-specification Detection Switching
        • Program Over-specification Detection
      • Real-Time Control
        • NTP Time Synchronization
        • Synchronous playback
        • Brightness Adjustment
        • Screenshots
        • Volume Adjustment
        • Video Source Switching
        • Screen Status
        • Restart Players
        • Screen Power
      • Scheduled Control
        • Scheduled Screen Status
        • Scheduled Restart Players
        • Scheduled Volume Adjustment
        • Scheduled Brightness Adjustment
        • Scheduled Video Source Switching
      • Logs
        • Play Logs
          • Batch Searching for Play Log Overviews
          • Batch Searching for Play Log Details
          • Searching for the Play Log Detail of a Single Player
          • Searching for the Play Log Overview of a Single Player
        • Obtaining Control Command Execution Logs
      • Notifications
        • Video Source Change Notifications
        • Solution Change Notifications
    • VNNOXCare
      • Notes
      • Device Status Monitoring
        • Receiving Card
          • Topology Information
          • Basic Information
          • Monitoring Information
          • Alarm Information
        • Screen
          • Screen list
          • Screen detail
          • Monitoring Information
        • Master Controller
          • Basic Information
          • Alarm Information
          • Operating Parameters Information
        • Smart Module
          • Monitoring Information
          • Alarm Infomation
        • Input Source
          • Monitor Infomation
        • Module/Cabinet
          • Monitoring Information
        • Monitoring Card
          • Alarm Information
          • Monitoring Information
        • Camera
          • Camera configuration
          • The camera monitors the aggregated information
      • Brightness Log
        • Brightness History
    • Others
      • Third-Party System Authorization
        • Obtaining User List
        • Obtaining Login URL
    • Schemas
      • Scheduled plan item
      • Player Common Solution
      • Hand drawn digital clock
      • Environmental Monitoring item
      • Solution widgets base
      • Text component
      • RSS component
      • WEATHER - Simple Weather Component
      • ANALOG_WEATHER - Basic Weather Component
      • ADVANCED_WEATHER - Advanced Weather Component

    Environmental Monitoring item

    {
        "zIndex": 0,
        "type": "string",
        "fontFamily": "string",
        "labelFontSize": 0,
        "valueFontSize": 0,
        "unitFontSize": 0,
        "bold": true,
        "italic": true,
        "underline": true,
        "textColor": "string",
        "refreshPeriod": 0,
        "style": 0,
        "playMode": "string",
        "seedByPixelEnable": true,
        "speedGear": 0,
        "speedPixel": 0,
        "customLabel": {
            "NOI": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "UVR": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "airHumidity": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "airPressure": {
                "name": "string",
                "enable": true,
                "type": 0,
                "unit": "string"
            },
            "ambiantLight": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "coII": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "noise": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "pmC": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "pmIIV": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "pmX": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "rainfall": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "snowfall": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "soilMoisture": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "soilPH": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "soilTemperature": {
                "name": "string",
                "enable": true,
                "type": 0,
                "unit": "string"
            },
            "sunshineDuration": {
                "name": "string",
                "enable": true,
                "unit": "string"
            },
            "temperature": {
                "name": "string",
                "enable": true,
                "type": 0,
                "unit": "string",
                "tempCompensate": 0
            },
            "windDirection": {
                "name": "string",
                "enable": true,
                "templates": [
                    "string"
                ]
            },
            "windSpeed": {
                "name": "string",
                "enable": true,
                "type": 0,
                "unit": "string"
            }
        },
        "duration": 0,
        "layout": {
            "x": "string",
            "y": "string",
            "width": "string",
            "height": "string"
        }
    }
    Built with