Text nodes can't be mutable.

This commit is contained in:
Ferdi Franceschini
2015-02-03 15:52:13 +11:00
parent 6b1a192af6
commit ec1d83f77d
2 changed files with 6 additions and 3 deletions

View File

@@ -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'
}
};