{
  "x402Version": 2,
  "id": 15285,
  "slug": "15285",
  "resource": "https://prop.halowerk.com/v1/hvac-fault-detect",
  "description": "Applies caller-selected thresholds to supply/return temperature differences, commanded operation, fan state and electrical power. It identifies rule violations in supplied observations only; it does not connect to building controls, establish root cause, replace commissioning or authorize maintenance actions.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "observations": [
              {
                "commanded_on": true,
                "electrical_power_kw": 18.4,
                "fan_on": true,
                "mode": "cooling",
                "observation_id": "ahu-7-001",
                "return_air_temperature_c": 26,
                "supply_air_temperature_c": 16
              },
              {
                "commanded_on": true,
                "electrical_power_kw": 17.9,
                "fan_on": false,
                "mode": "cooling",
                "observation_id": "ahu-7-002",
                "return_air_temperature_c": 26,
                "supply_air_temperature_c": 24.5
              }
            ],
            "rules": {
              "maximum_active_temperature_delta_c": 20,
              "maximum_idle_power_kw": 1.2,
              "minimum_active_temperature_delta_c": 5
            }
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "observations": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "commanded_on": {
                          "type": "boolean"
                        },
                        "electrical_power_kw": {
                          "maximum": 1000000,
                          "minimum": 0,
                          "type": "number"
                        },
                        "fan_on": {
                          "type": "boolean"
                        },
                        "mode": {
                          "enum": [
                            "cooling",
                            "heating",
                            "idle"
                          ],
                          "type": "string"
                        },
                        "observation_id": {
                          "maxLength": 128,
                          "minLength": 1,
                          "type": "string"
                        },
                        "return_air_temperature_c": {
                          "maximum": 100,
                          "minimum": -100,
                          "type": "number"
                        },
                        "supply_air_temperature_c": {
                          "maximum": 100,
                          "minimum": -100,
                          "type": "number"
                        }
                      },
                      "required": [
                        "observation_id",
                        "mode",
                        "commanded_on",
                        "fan_on",
                        "return_air_temperature_c",
                        "supply_air_temperature_c",
                        "electrical_power_kw"
                      ],
                      "type": "object"
                    },
                    "maxItems": 10000,
                    "minItems": 1,
                    "type": "array"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_active_temperature_delta_c": {
                        "maximum": 200,
                        "minimum": 0,
                        "type": "number"
                      },
                      "maximum_idle_power_kw": {
                        "maximum": 1000000,
                        "minimum": 0,
                        "type": "number"
                      },
                      "minimum_active_temperature_delta_c": {
                        "maximum": 100,
                        "minimum": 0,
                        "type": "number"
                      }
                    },
                    "required": [
                      "minimum_active_temperature_delta_c",
                      "maximum_active_temperature_delta_c",
                      "maximum_idle_power_kw"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "observations",
                  "rules"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "prop.halowerk.com",
  "lastUpdated": "2026-09-01T07:56:54.866Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T07:56:54.45Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "prop.halowerk.com",
    "manifest_name": "prop.halowerk.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}