danfoss: disable all old api devices by default

This commit is contained in:
Benjamin Larsson
2016-09-04 12:00:08 +02:00
parent 330207fb05
commit b87c9ff342

View File

@@ -32,6 +32,6 @@ r_device danfoss_CFR = {
.long_limit = 100, // Bit width
.reset_limit = 1000, // 10 zeros...
.json_callback = &danfoss_CFR_callback,
.disabled = 0,
.disabled = 1,
.demod_arg = 0,
};