Commit graph

109 commits

Author SHA1 Message Date
Tyeth Gundry
3b008d356d
Update _version.py - bump version to 2.8.0 2024-09-26 15:52:51 +01:00
tyeth
84577df587 Add timezone parameter to receive_time + UTC for test 2024-09-18 17:56:48 +01: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
Luke McNinch
b53348282c Lower default page limit from 1000 to 100. 2022-01-17 10:36:08 -05: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
ce3d868048
Merge branch 'master' into master 2021-11-29 10:38:13 -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
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
brentru
923d00f8e3 bump ver 2020-12-21 12:01:31 -05:00
brentru
4b2a384679 addressing https://github.com/adafruit/Adafruit_IO_Python/issues/104 2020-12-21 11:51:45 -05:00
Flavio Fernandes
ce3347249b
[mqtt_client]: Fix docstring in subscribe_group
Fix param in the doc string of subscribe_group to use proper name.

Trivial fix
2020-08-27 16:41:58 -04:00
brentru
e4916b6e1d fix sub callback, qos 2019-12-19 11:50:43 -05:00
brentru
5efd5a82b8 bump patch 2019-07-26 14:38:34 -04:00
brentrubell
5813ae3e5e
Bump version for release 2019-07-10 10:43:25 -04:00
brentru
d47c911c2d bump version 2019-03-12 13:03:10 -04:00
brentru
37663ab3ed add new time endpoint, return time as a struct_time, remove plaintext http get responses, update example to remove topics 2019-03-12 12:56:02 -04:00
brentru
623ea17b4f fix on_message topic parsing, time example, bump minor version 2019-03-08 11:13:14 -05:00
brentru
f5d3ff6331 update location unittest, bump version major 2019-03-05 12:24:37 -05:00
brentru
54ff53067a more 2019-03-05 12:13:50 -05:00
brentru
ad9ac1d2e0 lint lint lint 2019-03-05 12:12:10 -05:00
brentru
3fd82542b3 continue linting and optimizing the lib! 2019-03-05 12:07:08 -05:00
brentru
528b2a0edd major pylinting 2019-03-05 12:02:46 -05:00
brentru
d2bb729ddb update example for new send_data 2019-03-05 11:35:54 -05:00
brentru
770bb968f8 add metadata, precision kwargs to send_data, add create_payload staticmethod 2019-03-05 11:29:51 -05:00
brentrubell
ab83808026
Update _version.py
removal kwarg may break some clients, major version for breaking changes.
2019-02-25 12:48:09 -05:00
brentru
0c7845a2d4 remove api version kwarg 2019-02-22 10:28:44 -05:00
brentru
70e010c16a bump version for release 2019-02-21 10:31:35 -05:00
brentru
c3cdd7b349 add mqtt get to client, bump version 2019-02-12 17:45:11 -05:00
brentru
b4ef4feb17 update version to 2.1 2019-01-15 15:27:18 -05:00
brentru
d1b1ac8bc3 add subscribe_randomizer and mqtt example 2019-01-15 15:20:30 -05:00
brentru
02634fb588 add method for receiving random data 2019-01-15 14:21:40 -05:00
brentru
a85047b8b0 correct parsing of default topic 2019-01-08 16:31:53 -05:00
brentru
64c42de144 update example to show 1, 2, 5 day forecasts 2019-01-08 15:01:11 -05:00
brentru
7ada763304 finish parser, tested 2019-01-08 14:52:02 -05:00
brentru
aca9f67f5a redo parser 2019-01-08 14:48:47 -05:00
brentru
e0904c66d7 add forecast topic to mqtt message parser 2019-01-08 14:37:47 -05:00
brentru
6752497e58 enforce strict forecast types, raise error 2019-01-08 13:36:52 -05:00
brentru
f00bdcd066 adding MQTT API integration 2019-01-08 13:15:31 -05:00
brentru
b1ae23c78b bump version 2019-01-08 12:59:36 -05:00
brentru
b6debfc9f1 make weather_id an optional param, update example 2019-01-08 12:57:56 -05:00
brentru
fbbfe8ffae add darkskies api to io python client 2019-01-08 12:49:40 -05:00
brentru
209c0f3160 update examples for breaking change within send_location_data method, bump version 2018-12-30 20:57:10 -05:00