README.md in tplink_smarthome_api-0.2.1 vs README.md in tplink_smarthome_api-0.3.0

- old
+ new

@@ -34,9 +34,12 @@ device.power_off(delay: 10) # waits 10 seconds before powering the device off # or chain methods together device.power_off.power_on(delay: 15) # turn off device, wait 15 seconds, then turn device back on + +# reboot +device.reboot ``` ## Development