Simple Web API to communicate with Sony Aibo ERS-1000 by Julia language.
Register Aibo Developer program to acquire your AccessToken to talk with Aibo ERS-1000.
Refer to the documentation for Sony Aibo Web API.
yourAccessToken = "" # Consult https://us.aibo.com/developer/
using SimpleAiboWebAPI
getDevices(yourAccessToken)
askAction("hungry_status")
askAction("sleepy_status")
askAction("change_posture", Dict("FinalPosture" => "sit"))
- Only a few Sony Aibo Web APIs are implemented as advanced APIs in this package.
- Specifications of APIs in this package are subjected to change without notice.