Commit 27abdb0d authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Removed DEVICE from LogTypes.all() - #16

parent 94acb7ea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ This section will document changes to the library since the last release
- Added handshake to negotiate connection id during connect
- Added TCP_NODELAY socket option to improve performance

## Behavior changes
- Removed DEVICE log from LogTypes.add() (Issue #15)

## Bug Fixes
- Fixed problem with status validation on the AdminClient
- Fixed error message when MAgic number is invalid
Compare c3b5e37b to 517abce7
Original line number Diff line number Diff line
Subproject commit c3b5e37bb236785b12ec2cdae03b682185e7279f
Subproject commit 517abce789b06b879070a880b86685d977302591
+1 −1
Original line number Diff line number Diff line
@@ -254,4 +254,4 @@ class LogTypes:
            the sole argument to the AdminClient.getLog function.
        """
        return [cls.UTILIZATIONS, cls.TEMPERATURES, cls.CAPACITIES, cls.CONFIGURATION, cls.STATISTICS, cls.MESSAGES,
                cls.LIMITS, cls.DEVICE]
                cls.LIMITS]