Closed brentru closed 3 years ago
As of now, feeds created will be created in the "default" group.
Instead of creating feeds in the default group, change the create_feed call to include a group kwarg: def create_feed(self, feed, group=None)
group
def create_feed(self, feed, group=None)
Group formatting: https://io.adafruit.com/USERNAME/feeds/GROUP.FEED
https://io.adafruit.com/USERNAME/feeds/GROUP.FEED
Related thread: https://forums.adafruit.com/viewtopic.php?f=56&t=156692
Is there any progress?
Closing via https://github.com/adafruit/Adafruit_IO_Python/pull/125
As of now, feeds created will be created in the "default" group.
Instead of creating feeds in the default group, change the create_feed call to include a
group
kwarg:def create_feed(self, feed, group=None)
Group formatting:
https://io.adafruit.com/USERNAME/feeds/GROUP.FEED
Related thread: https://forums.adafruit.com/viewtopic.php?f=56&t=156692