lb_writer 1.0.6 lb_writer: ^1.0.6 copied to clipboard
Logbot writer client API client to be user to read and write into devices
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