Network: Update DeviceStatus define to match the standard style

This commit is contained in:
Paul Hollinsky
2021-04-07 00:38:49 -04:00
parent adb972b1f7
commit 7fdae15aed
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ bool Decoder::decode(std::shared_ptr<Message>& result, const std::shared_ptr<Pac
result = msg;
return true;
}
case Network::NetID::Device_Status: {
case Network::NetID::DeviceStatus: {
result = std::make_shared<Message>();
result->network = packet->network;
// Just pass along the data, the device needs to handle this itself