lb_writer 1.1.1 lb_writer: ^1.1.1 copied to clipboard
Logbot writer client API client to be user to read and write into devices
1.1.1 #
- FIX: Fix Connection Modbus RTU when reading
1.1.0 #
- Fix: Fix Connection Tags When Reading
1.0.9 #
- CHANGE: Add Tags for Connections
1.0.8 #
- CHANGE: Add Modbus-Rtu protocol
1.0.7 #
- CHANGE: Add new iotProxy Endpoint to remote API's
1.0.6 #
- CHANGE: Add COIL and DISCRETE_INPUT to MODBUS
1.0.5 #
- CHANGE: Update ProtocolEnum MODBUSTCP to MODBUS
1.0.4 #
- CHANGE: Added the new state manager to handle local connections
- CHANGE: Updated dependencies
1.0.3 #
- FIX: Fixed problem when API calls completed before the refresh token process, causing an unauthorized error
1.0.2 #
- CHANGE: MetricS7, MetricOPCUA, MetricModbus now extend from Metric abstract class
1.0.1 #
- FIX: Removed LogbotDiscovery from LogbotWriter.init(). User must now call LogbotDiscovery.startDiscovery() manually after logging in with LogbotAuth
- FIX: Fixed errors in the example application
1.0.0 #
- FEAT: First release