You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Setup some endpoints in the installer that will ask for the information from the android app about the name of the room, location (latitude, longitude), macid, access_token, speaker name. The installer should accept this information from the Android app and make a request to the susi server to add the device. The device should be added to the server only after the password is verified. Though it can accept the datas any time during the setup.
Describe the solution you'd like
After wifi is successfully configured in the susi speaker, it now should accept the above mention parameters before asking for the password. After this password is should be asked. Once the password is verified it should now make the request to the server to add it.
Is your feature request related to a problem? Please describe.
Setup some endpoints in the installer that will ask for the information from the android app about the name of the room, location (latitude, longitude), macid, access_token, speaker name. The installer should accept this information from the Android app and make a request to the susi server to add the device. The device should be added to the server only after the password is verified. Though it can accept the datas any time during the setup.
Describe the solution you'd like
After wifi is successfully configured in the susi speaker, it now should accept the above mention parameters before asking for the password. After this password is should be asked. Once the password is verified it should now make the request to the server to add it.
Endpoints of addNewDevice api:
https://api.susi.ai/aaa/addNewDevice.json?access_token=<access-token>&macid=<mac-id>&name=<device-name>&room=home&latitude=12.1&longitude=23.3
Reference Issue : fossasia/susi_android#2290
The text was updated successfully, but these errors were encountered: