mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 08:41:02 +03:00
some fixes with dictionary; add aliases
This commit is contained in:
15
modbus_params/relay.aliases
Normal file
15
modbus_params/relay.aliases
Normal file
@@ -0,0 +1,15 @@
|
||||
# aliases for test purposes
|
||||
|
||||
allon : id = 5 # turn all on
|
||||
alloff: id = 0 # turn all off
|
||||
get : id
|
||||
#wrong:
|
||||
: test3 = stop
|
||||
help :
|
||||
some wrong
|
||||
# good but with space inside
|
||||
space test : test3 = 0
|
||||
# newer call
|
||||
test1 : test2
|
||||
# no newline
|
||||
got : test1
|
||||
Reference in New Issue
Block a user