provider Device Settings POST /reboot
@utdk/google/home /reboot
Reboot and Factory Reset
This can simply reboot the device (`params: "now"`) or factory reset the device (`params: "fdr"`).

Try it

Authentication
Configure credentials for Google Home
rebootandfactoryreset
POST/reboot
This can simply reboot the device (`params: "now"`) or factory reset the device (`params: "fdr"`).

Input

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_home from '@utdk/google/home';

await google_home.rebootandfactoryreset()