mirror of
https://github.com/thelsing/knx.git
synced 2025-05-07 01:15:35 +02:00
Update device_object.h
This commit is contained in:
parent
19ebb0bc9d
commit
d5b9ffa0a9
@ -9,7 +9,7 @@ class DeviceObject: public InterfaceObject
|
||||
public:
|
||||
// increase this version anytime DeviceObject-API changes
|
||||
// the following value represents the serialized representation of DeviceObject.
|
||||
const uint16_t apiVersion = 2;
|
||||
const uint16_t apiVersion = 1;
|
||||
|
||||
DeviceObject();
|
||||
uint8_t* save(uint8_t* buffer) override;
|
||||
|
Loading…
Reference in New Issue
Block a user