File size: 406 Bytes
a6f8058 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # viet-robot-appliance-controller
A small rule-based helper that suggests simple actions for basic appliances
(fan, AC, light, dehumidifier) based on temperature, humidity and time of day.
Function:
```python
decide_appliance_action(appliance: str, temp_c: float, humidity_pct: float, time_hour: int) -> ApplianceDecision
```
Returns a `suggested_action` and a short English `reason`.
## License
MIT
|