Commit graph

335 commits

Author SHA1 Message Date
Tyeth Gundry
a3fd30ac80
Merge pull request #160 from adafruit/digitalout-no-feed-value
Addresses issue raised in #159
2024-12-06 17:47:42 +00:00
tyeth
302fcca696 Addresses issue raised in #159 2024-11-29 23:39:56 +00:00
Tyeth Gundry
3b008d356d
Update _version.py - bump version to 2.8.0 2024-09-26 15:52:51 +01:00
Tyeth Gundry
68ff68dc4a
Merge pull request #158 from adafruit/update-tests-adjusted-time-failure
Add Timezone support to `receive_time` and update tests (adjusted-time-failure)
2024-09-26 15:36:35 +01:00
tyeth
84577df587 Add timezone parameter to receive_time + UTC for test 2024-09-18 17:56:48 +01:00
Tyeth Gundry
4e16f2b070
Update README.rst - python version 3.6 minimum
A user pointed out they cannot run the library on python 3.5, and it appears that 3.6 will be the new minimum python version.
Fixes #156
2024-09-18 12:50:41 +01:00
Brent Rubell
4ce48a8d0b
Merge pull request #153 from adafruit/paho-v1-compatibility
Paho v1 compatibility
2024-03-11 09:25:21 -04:00
tyeth
2737781f4c PR Feedback: label client v1, clarify paho client in example/viewall 2024-02-16 12:42:19 +00:00
tyeth
a0cb9f613c Update error codes + shared_feeds example 2024-02-14 21:50:18 +00:00
tyeth
29bed98b60 Bump version to 2.7.2 2024-02-14 16:26:10 +00:00
tyeth
51117a4ce0 Specify CallbackAPIVersion.VERSION1 2024-02-14 16:20:06 +00:00
Tyeth Gundry
1d996325c3
Update _version.py - fix pip 2023-12-05 17:21:26 +00:00
Brent Rubell
bae611bb49
Update random_data.py 2023-11-27 10:23:12 -05:00
Brent Rubell
d732c49c9a
Merge pull request #150 from brentru/add-neopixel-example
Add new basics example for use with NeoPixel
2023-11-08 16:44:59 -05:00
brentru
31372ce877 add neopixel example 2023-11-08 16:43:41 -05:00
Brent Rubell
bb565141af
Merge pull request #149 from brentru/update-temp-humid-example
Update example, `temp_humidity.py`
2023-11-08 16:07:18 -05:00
brentru
15e1f44e7a only build on master push 2023-11-08 16:07:02 -05:00
brentru
0d1146d2ee target? 2023-11-08 16:02:03 -05:00
brentru
f95539a412 echo for debug 2023-11-08 15:57:58 -05:00
brentru
777a961029 use english configuration 2023-11-06 18:49:29 -05:00
brentru
787150567f use latest python ver 2023-11-06 18:42:40 -05:00
brentru
05ebb1ce24 drop 3.6 req, EOL 2023-11-06 18:41:22 -05:00
brentru
13a875809a use new action 2023-11-06 18:40:17 -05:00
brentru
3fa2cf48c4 update example 2023-11-06 18:34:15 -05:00
Brent Rubell
e418f20c06
Merge pull request #139 from ALfuhrmann/patch-1
copy-and-paste error in batch sending
2023-11-06 18:09:09 -05:00
Brent Rubell
ecefb29ad7
Merge pull request #147 from Pjurek3/patch-1
#146 - Fix Client Interface in Feeds Documentation
2022-11-21 11:27:39 -05:00
Pjurek3
3e8c8b3de1
Update feeds.rst
#146 - updated Feeds documentation for correct `Client` interface
2022-11-20 16:01:43 -08:00
Brent Rubell
36e2dccf61
Merge pull request #144 from tekktrik/dev/fix-readme
Fix CI badge image
2022-09-12 13:16:22 -04:00
Alec Delaney
d54398372a
Fix CI badge image 2022-08-14 22:54:04 -04:00
Brent Rubell
06df42d534
Merge pull request #131 from lcmcninch/get-pages
Implement a means of getting more than 1000 data points
2022-03-10 14:53:02 -05:00
Luke McNinch
b53348282c Lower default page limit from 1000 to 100. 2022-01-17 10:36:08 -05:00
ALfuhrmann
c636eda6ea
copy-and-paste error in batch sending
The "Send Batch Data" did not actually contain an "aio.send_batch_data" call.
Fixed it.
2022-01-17 15:00:44 +01:00
Luke McNinch
c152480ad9 Merge branch 'master' into get-pages
# Conflicts:
#	tests/test_client.py
2021-11-30 16:31:50 -05:00
Brent Rubell
92093d45e4
Merge pull request #136 from cj8scrambler/master
Add support for dashboards, blocks and layouts
2021-11-29 10:40:04 -05:00
Brent Rubell
ce3d868048
Merge branch 'master' into master 2021-11-29 10:38:13 -05:00
Brent Rubell
0f8328915b
Merge pull request #138 from lcmcninch/fix_weekday
receive_time: fix week day
2021-11-29 10:35:01 -05:00
Brent Rubell
6587c92bb6
Update build.yml
https://dev.to/petrsvihlik/using-environment-protection-rules-to-secure-secrets-when-building-external-forks-with-pullrequesttarget-hci
2021-11-29 10:28:49 -05:00
Luke McNinch
c5d1975fcc Address issue 137: receive_time parses week day (wday) as one day off of what is expected by Python.
Implement a method to parse the dict returned by the server and correct the week day.
2021-11-22 20:19:47 -05:00
Doug Zobel
09c021b0f5 Fix Dashboard parsing of Block objects 2021-11-18 09:38:43 -06:00
Doug Zobel
11bddacc67 Add support for dashboards, blocks and layouts 2021-11-16 15:35:05 -06:00
Brent Rubell
d047655176
Delete environmental_monitor.py 2021-11-08 10:16:23 -05:00
Luke McNinch
3d267e97df Eliminate while True: by querying the feed count if max_results is None (caller is requesting all data). 2021-04-15 22:09:10 -04:00
Luke McNinch
e9afd5b317 Implement a "max_results" parameter for the data method, to allow for retrieval of more than 1000 data points.
This implementation is subject to an existing bug in the pagination link header in the API that will break when and if that bug is fixed.
2021-02-26 09:51:14 -05:00
Luke McNinch
e94e2d4bb3 Add params keyword argument to _get method to enable use of URL parameters. 2021-02-25 20:34:46 -05:00
Brent Rubell
617c5a452a
Merge pull request #125 from brentru/specify-feed-in-group
Add ability to create feed within a group
2020-12-21 12:20:51 -05:00
brentru
2c7331585f reflect test expected 2020-12-21 12:02:09 -05:00
brentru
923d00f8e3 bump ver 2020-12-21 12:01:31 -05:00
brentru
839e41b494 add unittest 2020-12-21 11:59:08 -05:00
brentru
6f413d5a76 add usage example 2020-12-21 11:52:39 -05:00
brentru
4b2a384679 addressing https://github.com/adafruit/Adafruit_IO_Python/issues/104 2020-12-21 11:51:45 -05:00