- getName() : String
- say(text: String)
- listen() : String
Camera:
- start()
- stop()
- getImage() : Image
- getVideo() : VideoStream
GPS:
- getLocation() : GeoLocation
- watchLocation(callback)
Bluetooth:
- scan() : [Device]
- connect(device)
- send(device, data)
- receive(device) : Data
WiFi:
- scan() : [AccessPoint]
- connect(accessPoint)
Interfaces de Recursos
BinarySensor:
- isActive() : boolean
Motion