diff --git a/Zway/Interfaces/ACommandClass.cs b/Zway/Interfaces/ACommandClass.cs index 991cc11..d8252dd 100644 --- a/Zway/Interfaces/ACommandClass.cs +++ b/Zway/Interfaces/ACommandClass.cs @@ -20,6 +20,7 @@ namespace BlubbFish.IoT.Zway.Interfaces { SceneActivation = 43, SwitchColor = 51, MeterPulse = 53, + MeterTableMonitor = 61, CRC16 = 86, AssociationGroupInformation = 89, DeviceResetLocally = 90, diff --git a/Zway/bin/Release/Zway.dll b/Zway/bin/Release/Zway.dll index ebd4004..991904e 100644 Binary files a/Zway/bin/Release/Zway.dll and b/Zway/bin/Release/Zway.dll differ