Skip to content

Commit f5cd120

Browse files
doc: Update set_heating_system_boiler (#293)
1 parent bea889a commit f5cd120

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libtado/api.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2698,7 +2698,11 @@ def set_heating_system_boiler(self, payload):
26982698
26992699
??? info "Payload example"
27002700
```json
2701-
{}
2701+
{
2702+
"present":true,
2703+
"found":true,
2704+
"id":"17830"
2705+
}
27022706
```
27032707
27042708
Returns:

0 commit comments

Comments
 (0)