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:
|
public:
|
||||||
// increase this version anytime DeviceObject-API changes
|
// increase this version anytime DeviceObject-API changes
|
||||||
// the following value represents the serialized representation of DeviceObject.
|
// the following value represents the serialized representation of DeviceObject.
|
||||||
const uint16_t apiVersion = 2;
|
const uint16_t apiVersion = 1;
|
||||||
|
|
||||||
DeviceObject();
|
DeviceObject();
|
||||||
uint8_t* save(uint8_t* buffer) override;
|
uint8_t* save(uint8_t* buffer) override;
|
||||||
|
Loading…
Reference in New Issue
Block a user