Make driver nodes mutable and regen
This commit is contained in:
@@ -18,6 +18,7 @@ driver omron_hldc = {
|
||||
var distance = {
|
||||
readable = 1;
|
||||
type = float;
|
||||
mutable = true;
|
||||
read_function = read_mm;
|
||||
read_command = '0201C02030008001';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user