Added buzzer support to the WeDo 2.0 Smart Hub

This commit is contained in:
Nathan Kunicki 2018-07-26 17:59:28 +01:00
parent 98620bce72
commit 490117f36e

View File

@ -89,6 +89,7 @@ export class WeDo2Hub extends Hub {
}); });
} }
/** /**
* Play a sound on the Hub's in-built buzzer * Play a sound on the Hub's in-built buzzer
* @method WeDo2Hub#playSound * @method WeDo2Hub#playSound