Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Googlehome device delete - interacts with node code: "expressApp.post('/smarthome/delete'" ? #132

Open
aldock opened this issue Jan 19, 2024 · 0 comments

Comments

@aldock
Copy link

aldock commented Jan 19, 2024

I´m trying to allow user to delete an specific device from home app / firestore collection. Case is the only way to remove a device from home app is deleting it from firestore. I don´t want do delete the entire colletion and do a relink/discovery again.

Within smarthome Node code there is the call: "expressApp.post('/smarthome/delete', (req, res) =>...."
This is to delete an specific device, however i don´t know if this call is done from Google home app "remove device" icon inside device settings.

Also, my home app do not show device delete option inside device settings. Not sure if is a JSON message problem during device creation discovery phase.

Thank you if can help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant