Update sdk.bs
Set get session to use default param device ID. This allows us to get the correct session when multiple sessions are active.
This commit is contained in:
parent
d8a91782eb
commit
71dbfb3423
|
@ -1374,7 +1374,7 @@ namespace api
|
|||
end function
|
||||
|
||||
' Gets a list of sessions.
|
||||
function Get(params = {} as object)
|
||||
function Get(params = {"deviceId": m.global.device.id} as object)
|
||||
req = APIRequest("/sessions", params)
|
||||
return getJson(req)
|
||||
end function
|
||||
|
|
Loading…
Reference in New Issue
Block a user