How do I change a name of the Indoor unit on LCD screen
Below command will give Indoor unit L1.101 a name ""Room 1""
Code:
>props L1.101 name Room 1
To remove name and return to L1.101
Code:
>props L1.101 name_
Space after name is vital.
Below command will make Indoor unit L1.101 invisible on LCD screen
Code:
>props L1.101 visible 0
To make it back visible:
Code:
>props L1.101 visible 1
Take into account the fact that invisibility is related only to LCD screen and it does not affect ls command output