missing shims for devices namespace

This commit is contained in:
Peli de Halleux 2016-09-19 09:49:58 -07:00
parent 6569231ba6
commit 850fb54f52
1 changed files with 22 additions and 0 deletions

View File

@ -116,6 +116,28 @@ namespace pxsim.pins {
}
}
namespace pxsim.devices {
export function tellCameraTo(action: number) {
// TODO
}
export function tellRemoteControlTo(action: number) {
// TODO
}
export function raiseAlertTo(action: number) {
// TODO
}
export function onSignalStrengthChanged(action: number) {
// TODO
}
export function signalStrength() : number {
// TODO
return 0;
}
export function onGamepadButton(button: number, body: RefAction) {
// TODO
}
}
namespace pxsim.bluetooth {
export function startIOPinService(): void {
// TODO