Example overrides for 'control' api docs (#352)

* Add 'playSound' api docs

* Example overrides for 'control' api docs
This commit is contained in:
Galen Nickel
2018-02-27 15:12:23 -08:00
committed by Peli de Halleux
parent fcba14aae1
commit eb45a76928
7 changed files with 162 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# @extends
## Example #example
Log the device serial number to the console.
```blocks
console.logValue("serialnumber", control.deviceSerialNumber());
```