Text nodes can't be mutable.
This commit is contained in:
@@ -24,6 +24,7 @@ driver shutters = {
|
||||
readable = 1
|
||||
read_command = 'MG @IN[5], @IN[6]'
|
||||
read_function = read_switch_pair
|
||||
mutable = false
|
||||
property 'nxalias' = 'fast_shutter'
|
||||
}
|
||||
var rough_40 = {
|
||||
@@ -34,6 +35,7 @@ driver shutters = {
|
||||
write_function = no_write;
|
||||
write_command = '10'
|
||||
allowed = 'in,out'
|
||||
mutable = false
|
||||
property 'nxalias' = 'rough_40'
|
||||
}
|
||||
var rough_100 = {
|
||||
@@ -44,6 +46,7 @@ driver shutters = {
|
||||
write_function = no_write;
|
||||
write_command = '11'
|
||||
allowed = 'in,out'
|
||||
mutable = false
|
||||
property 'nxalias' = 'rough_100'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user