mentalfl0w / homebridge-raspberrypi-switch

This is Raspberry Pi Remote plugin for Homebridge which can shutdown or reboot your Pi through HomeKit.
MIT License
4 stars 1 forks source link

I don't want to shut down just reboot #2

Open itsfelipeh opened 1 year ago

itsfelipeh commented 1 year ago

Hello, the plugin works perfectly, but it turns off my raspberry and I just want to restart it, how can I tell it to just restart... greetings, thanks and congratulations.

"accessories": [ { "accessory": "pi_switch", "name": "Raspberry Pi", "os": "linux", "serial": "123-456-789" } ]

mentalfl0w commented 1 year ago

Hi, very glad you like the plugin! When you finish installing this plugin and accessing homekit, you will get two switches, one with Reboot suffix (showing off) and one without (showing on), turning on the former will make the Raspberry Pi reboot, turning off the latter will just shut down, hope the above is helpful to you, feel free to ask questions!