Skip to content

Commit e7112d8

Browse files
authored
Merge pull request #565 from plugwise/reboot_gateway
Add a reboot_gateway() funtion for actual Plugwise devices.
2 parents ba2668c + 1081c21 commit e7112d8

File tree

43 files changed

+214
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+214
-79
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.38.0
4+
5+
- Add a reboot_gateway() function for actual Plugwise devices.
6+
37
## v0.37.9
48

59
- Correct set_select() function.

fixtures/adam_heatpump_cooling/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@
634634
"heater_id": "0ca13e8176204ca7bf6f09de59f81c83",
635635
"item_count": 415,
636636
"notifications": {},
637+
"reboot": true,
637638
"smile_name": "Adam"
638639
}
639640
}

fixtures/adam_jip/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@
300300
"heater_id": "e4684553153b44afbef2200885f379dc",
301301
"item_count": 213,
302302
"notifications": {},
303+
"reboot": true,
303304
"smile_name": "Adam"
304305
}
305306
}

fixtures/adam_multiple_devices_per_zone/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@
479479
"warning": "Node Plug (with MAC address 000D6F000D13CB01, in room 'n.a.') has been unreachable since 23:03 2020-01-18. Please check the connection and restart the device."
480480
}
481481
},
482+
"reboot": true,
482483
"smile_name": "Adam"
483484
}
484485
}

fixtures/adam_onoff_cooling_fake_firmware/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"heater_id": "0ca13e8176204ca7bf6f09de59f81c83",
9999
"item_count": 56,
100100
"notifications": {},
101+
"reboot": true,
101102
"smile_name": "Adam"
102103
}
103104
}

fixtures/adam_plus_anna/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"error": "There is no OpenTherm communication with the boiler."
116116
}
117117
},
118+
"reboot": true,
118119
"smile_name": "Adam"
119120
}
120121
}

fixtures/adam_plus_anna_new/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
"heater_id": "056ee145a816487eaa69243c3280f8bf",
234234
"item_count": 147,
235235
"notifications": {},
236+
"reboot": true,
236237
"smile_name": "Adam"
237238
}
238239
}

fixtures/adam_zone_per_device/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@
479479
"warning": "Node Plug (with MAC address 000D6F000D13CB01, in room 'n.a.') has been unreachable since 23:03 2020-01-18. Please check the connection and restart the device."
480480
}
481481
},
482+
"reboot": true,
482483
"smile_name": "Adam"
483484
}
484485
}

fixtures/anna_elga_2/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"heater_id": "573c152e7d4f4720878222bd75638f5b",
9494
"item_count": 62,
9595
"notifications": {},
96+
"reboot": true,
9697
"smile_name": "Smile Anna"
9798
}
9899
}

fixtures/anna_elga_2_cooling/all_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"heater_id": "573c152e7d4f4720878222bd75638f5b",
9494
"item_count": 62,
9595
"notifications": {},
96+
"reboot": true,
9697
"smile_name": "Smile Anna"
9798
}
9899
}

0 commit comments

Comments
 (0)