| { | |
| "system": "smart_heater_ai", | |
| "features": [ | |
| "room_temperature", | |
| "humidity", | |
| "occupancy", | |
| "outside_temperature" | |
| ], | |
| "samples": [ | |
| { | |
| "room_temperature": 18, | |
| "humidity": 60, | |
| "occupancy": true, | |
| "outside_temperature": 15, | |
| "heater_action": "HIGH" | |
| }, | |
| { | |
| "room_temperature": 21, | |
| "humidity": 55, | |
| "occupancy": true, | |
| "outside_temperature": 18, | |
| "heater_action": "LOW" | |
| }, | |
| { | |
| "room_temperature": 24, | |
| "humidity": 50, | |
| "occupancy": false, | |
| "outside_temperature": 20, | |
| "heater_action": "OFF" | |
| } | |
| ] | |
| } | |