Feed groups in CircuitPython

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
maiyaa
 
Posts: 1
Joined: Tue May 17, 2022 6:48 am

Feed groups in CircuitPython

Post by maiyaa »

Say I have two feed groups groupA and groupB and a temperature feed in each group. How do I use

io = IO_HTTP(aio_username, aio_key, requests).send_data(feedname,value) to send to groupA/temperature or groupB/temperature? I could not figure out if there is a mechanism for selecting group or if feedname somehow encodes the group. I tried “groupA-temperature” and “groupA/temperature” and neither one seems to work.

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”