Laszlo Papp | da059e7 | 2017-10-23 11:39:31 +0100 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "powerConfigSupported", | ||||
4 | "required": [ | ||||
5 | "powerConfigSupported" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "powerConfigSupported": { | ||||
9 | "type": "boolean", | ||||
10 | "example": true | ||||
11 | } | ||||
12 | } | ||||
13 | } |