Censys · JSON Structure

Asset Graph Tplinkkasa Structure

TplinkKasa schema from Asset Graph API

Type: object Properties: 15
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

TplinkKasa is a JSON Structure definition published by Censys, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

active_mode brightness dev_name err_code feature hw_ver icon_hash led_off mic_type model on_time relay_state rssi sw_ver updating

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-tplinkkasa-structure.json",
  "name": "TplinkKasa",
  "description": "TplinkKasa schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "active_mode": {
      "type": "string"
    },
    "brightness": {
      "type": "int64"
    },
    "dev_name": {
      "type": "string"
    },
    "err_code": {
      "type": "int64"
    },
    "feature": {
      "type": "string"
    },
    "hw_ver": {
      "type": "string"
    },
    "icon_hash": {
      "type": "string"
    },
    "led_off": {
      "type": "int64"
    },
    "mic_type": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "on_time": {
      "type": "int64"
    },
    "relay_state": {
      "type": "int64"
    },
    "rssi": {
      "type": "int64"
    },
    "sw_ver": {
      "type": "string"
    },
    "updating": {
      "type": "int64"
    }
  }
}