mirror of https://github.com/arendst/Tasmota.git
commit
4eb8be1e64
|
@ -566,7 +566,7 @@ void KNX_CB_Action(message_t const &msg, void *arg)
|
||||||
} else if (chan->type == KNX_SCENE) {
|
} else if (chan->type == KNX_SCENE) {
|
||||||
// VALUE
|
// VALUE
|
||||||
uint8_t tempvar = knx.data_to_1byte_uint(msg.data);
|
uint8_t tempvar = knx.data_to_1byte_uint(msg.data);
|
||||||
dtostrfd(tempvar,2,tempchar);
|
dtostrfd(tempvar,0,tempchar);
|
||||||
} else {
|
} else {
|
||||||
// VALUE
|
// VALUE
|
||||||
float tempvar = knx.data_to_2byte_float(msg.data);
|
float tempvar = knx.data_to_2byte_float(msg.data);
|
||||||
|
|
Loading…
Reference in New Issue