This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| indigo_2025.1_documentation:variable_class [2026/02/17 23:26] – [Get Dependencies] davel17 | indigo_2025.1_documentation:variable_class [2026/03/03 19:26] (current) – davel17 |
|---|
| |//''id''//| integer |the unique id of the variable, assigned on creation by IndigoServer| | |//''id''//| integer |the unique id of the variable, assigned on creation by IndigoServer| |
| |//''folderId''//| integer |the unique id of the folder this variable is in (0 if it's not in a folder) - use //''moveToFolder()''// method to change| | |//''folderId''//| integer |the unique id of the folder this variable is in (0 if it's not in a folder) - use //''moveToFolder()''// method to change| |
| |//''name''//| string |the name of the variable - no two variable can have the same name| | |//''name''//| string |the name of the variable - no two variable can have the same name and the name cannot contain whitespace| |
| |//''readOnly''//| string |is the variable read only - currently only the //''isDaylight''// variable is read only| | |//''readOnly''//| string |is the variable read only - currently only the //''isDaylight''// variable is read only| |
| |//''remoteDisplay''//| boolean |should this variable be displayed in remote clients (IWS, Indigo Touch, etc)| | |//''remoteDisplay''//| boolean |should this variable be displayed in remote clients (IWS, Indigo Touch, etc)| |