diff --git a/src/prog/domod/src/devices/outlet-dio.cpp b/src/prog/domod/src/devices/outlet-dio.cpp index f9a20ce1..2f3ff637 100644 --- a/src/prog/domod/src/devices/outlet-dio.cpp +++ b/src/prog/domod/src/devices/outlet-dio.cpp @@ -89,8 +89,8 @@ int OutletDio::from_json(struct json_object *a_node) } // Sanity checks. - if ((the_switch == -1) || (the_sender == -1)) - return -1; +// if ((the_switch == -1) || (the_sender == -1)) +// return -1; return 0; }