homebridge-myleviton 3.7.0 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,11 +109,8 @@
109
109
  "default": 0,
110
110
  "minimum": 0,
111
111
  "maximum": 3600,
112
- "oneOf": [
113
- { "title": "Disabled", "const": 0 },
114
- { "minimum": 30, "maximum": 3600 }
115
- ],
116
- "description": "Seconds between diagnostics health heartbeats logged to Homebridge (logs/JSON only — not exposed in HomeKit). 0 disables diagnostics; otherwise use 30–3600 (values 1–29 are rejected). Pairs well with Structured Logging."
112
+ "placeholder": 0,
113
+ "description": "Seconds between diagnostics health heartbeats logged to Homebridge (logs/JSON only — not exposed in HomeKit). Set to 0 to disable, or 30–3600 to enable. Pairs well with Structured Logging."
117
114
  }
118
115
  }
119
116
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-myleviton",
3
3
  "displayName": "Homebridge My Leviton",
4
- "version": "3.7.0",
4
+ "version": "3.7.1",
5
5
  "description": "A homebridge plugin for My Leviton Decora Smart devices",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",