mirror of
https://github.com/thelsing/knx.git
synced 2025-04-19 01:15:27 +02:00
save work
This commit is contained in:
parent
723e630dae
commit
ce0e10d741
@ -66,6 +66,8 @@ enum cEmiErrorCode
|
|||||||
Value_temp_not_writeable = 0x0A, // The Property exists but can at this moment not be written with a new value (W)
|
Value_temp_not_writeable = 0x0A, // The Property exists but can at this moment not be written with a new value (W)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Unified return codes for KNX services and functions
|
||||||
|
// Note, that several older KNX services and functions do not use these return codes.
|
||||||
enum ReturnCodes
|
enum ReturnCodes
|
||||||
{
|
{
|
||||||
// Generic positive return codes
|
// Generic positive return codes
|
||||||
|
Loading…
Reference in New Issue
Block a user