277d5a721c
* rename "microbit" package to "core" #414 * shouldn't edit the package id. * updating package.json * updated the wrong version * missed updating pxt.json of tests
10 lines
467 B
JSON
10 lines
467 B
JSON
{
|
|
"devices.onGamepadButton|block": "on gamepad button|%NAME",
|
|
"devices.onNotified|block": "on notified|%event",
|
|
"devices.onSignalStrengthChanged|block": "on signal strength changed",
|
|
"devices.raiseAlertTo|block": "raise alert to|%property",
|
|
"devices.signalStrength|block": "signal strength",
|
|
"devices.tellCameraTo|block": "tell camera to|%property",
|
|
"devices.tellRemoteControlTo|block": "tell remote control to|%property",
|
|
"devices|block": "devices"
|
|
} |