debug
This commit is contained in:
parent
13d4d025f9
commit
f663d6c312
|
@ -124,7 +124,7 @@ namespace ratgdo {
|
||||||
ESP_LOGV(TAG, "Motion: %d (toggle)", this->motionState);
|
ESP_LOGV(TAG, "Motion: %d (toggle)", this->motionState);
|
||||||
} else {
|
} else {
|
||||||
// 0x84 -- is it used?
|
// 0x84 -- is it used?
|
||||||
ESP_LOGV(TAG, "Unknown command: cmd=%04x nibble=%02d byte1=%02d byte2=%02d", cmd, nibble, byte1, byte2);
|
ESP_LOGV(TAG, "Unknown command: cmd=%04x nibble=%02x byte1=%02x byte2=%02x fixed=%"PRIu32" data=%"PRIu64, cmd, nibble, byte1, byte2, fixed, data);
|
||||||
}
|
}
|
||||||
return cmd;
|
return cmd;
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,6 +29,7 @@ dashboard_import:
|
||||||
packages:
|
packages:
|
||||||
remote_package:
|
remote_package:
|
||||||
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
||||||
|
ref: dev
|
||||||
files: [base.yaml]
|
files: [base.yaml]
|
||||||
refresh: 1s
|
refresh: 1s
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue