i8beef / HomeAutio.Mqtt.GoogleHome

MIT License
215 stars 29 forks source link

Info about the user in the mqtt packet #57

Closed Vayatoalla closed 5 years ago

Vayatoalla commented 5 years ago

Would it be possible to have information about the user ID in the mqtt package ?: Because I would like to be able to turn on different devices depending on the Google user.

i8beef commented 5 years ago

No, I'm afraid not. Not only does Google not supply this information in INTENTS, but it would require moving away from simple single value payloads, which is a fundamental foundation of this implementation, so even if they started supplying that, it wouldn't be something I would include.