I'm developing an Action on Google and I have a question about agentUserID. In documentation I see this information to reportstate command:
{
"requestId": "123ABC",
"agentUserId": "user-123",
"payload": {
"devices": {
"states": {
"light-123": {
"on": true
}
}
}
}
}
In this reportstate command there is the agentUserId.
1 - Can I to bound the same device with two agentUserId(i.e. two accounts)?
2 - If the anwser of question 1 one is yes, Should I send two reportstate command for Home Graph, one with agentUserID-1 and other with agentUserID-2?