1. connect to Wi-Fi () password ()
Connect to the specified Wi-Fi network.
Example:
When Halocode starts up, connect to Wi-Fi "Maker-guest".
2. Wi-Fi is connected?
If the Wi-Fi is connected, the report condition is met.
Example:
When Halocode starts up, connect to Wi-Fi "Maker-guest". If the Wi-Fi is successfully connected, all the LEDs will light up green.
3. recognize () for () seconds
Recognize the specified language (Chinese or English) for the specified seconds.
Example:
When the button is pressed, Halocode will recognize Chinese for 3 seconds.
4. speech recognition result
Report the result of speech recognition.
Example:
When Halocode starts up, if the speech recognition result includes "red", all the LEDs will light up red.
5. broadcast user cloud message ()
Broadcast the specified user cloud message.
Example:
When the button is pressed, Halocode will broadcast user cloud message "message".
6. broadcast user cloud message () with value ()
Broadcast the specified user cloud message with the specified value.
Example:
When the button is pressed, Halocode will broadcast user cloud message "message" with value "1".
7. when receiving user cloud message ()
When receiving the specified user cloud message, run the script.
Example:
When Halocode receives the user cloud message "message", all the LEDs will light up green.
8. user cloud message () value received
Report the value received with the specified user cloud message.
Example:
When Halocode receives the user cloud message "message", if the value received is "1", all the LEDs will light up green.
Comments
Please sign in to leave a comment.