You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timestamps added and min/max removed from templates (#18)
* Removed minimum and maximum from device asset templates
* Ignore coverage report directory
* Add timestamps if none provided
* pass changed to NotImpementedError
* Wolk init tests
* Updated example
* Removed mention of min and max in descriptions
* Updated version
* Updated package classifiers
* Readme update
* Fixed mqtt tests
* MQTT connectivity service update
* Revert Client.is_connected() changes
Copy file name to clipboardExpand all lines: README.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ This package is meant to be used for developing WolkGateway modules that enable
11
11
12
12
The user is responsible for providing the custom implementation that usually contains the device’s network communication protocol, as well as for providing the business logic and everything related to the used hardware and the specifics of their particular use case.
13
13
14
-
However, all the communication that is directed towards the gateway through WolkConnect - BUS Handler is already provided with this package, an open source implementation written in Python 3.7 that uses the MQTT protocol over TCP/IP to communicate with [WolkGateway](https://github.com/Wolkabout/WolkGateway).
14
+
However, all the communication that is directed towards the gateway through WolkConnect - BUS Handler is already provided with this package, an open source implementation written in Python 3 that uses the MQTT protocol over TCP/IP to communicate with [WolkGateway](https://github.com/Wolkabout/WolkGateway).
15
15
16
16
## Requirements
17
17
18
-
* Python 3.7
18
+
* Python 3.7+
19
19
20
20
All requirements for this project can be installed on Debian based systems by invoking:
0 commit comments