pxt-common-packages
Version:
Microsoft MakeCode (PXT) common packages
8 lines • 517 B
JSON
{
"power": "Power and sleep management",
"power.checkDeepSleep": "Check if the device has had any \"pokes\" and needs to go into deep sleep mode.",
"power.deepSleep": "Put the device into a deep sleep state.",
"power.poke": "Poke the activity watcher to keep the device awake.",
"power.setDeepSleepTimeout": "Set the no-activity duration after which the device should go to deep sleep.",
"power.setDeepSleepTimeout|param|seconds": "duration in seconds until the device should be put in lower power mode"
}