Skip to content

Commit a6c421b

Browse files
author
brentru
committed
add random service URL into example
1 parent 427051c commit a6c421b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/adafruit_io_simpletest_randomizer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
io = RESTClient(ADAFRUIT_IO_USER, ADAFRUIT_IO_KEY, wifi)
5050

5151
# Random Data ID
52+
# (to obtain this value, visit
53+
# https://io.adafruit.com/services/words
54+
# and copy over the location ID)
5255
random_data_id = 1234
5356

5457
while True:

0 commit comments

Comments
 (0)