(26.04.2021, 09:51)admin Wrote: You cannot change these properties from the JavaScript side. You can only access the mapped object / status group address via "object" and "status-object" data properties of each element.
Can you explain what exactly are you trying to achieve?
I want add a object in visulation and with javascript i change this object with <Div> ,<img> , <input> and Css Style
For Example
- Add a visulation object with MainObject(2/1/100 Sensor Time )
 
- Acces it Javascipt and get GrupAdress 
 
- Delete or Hide This object 
 
- add html  input text box 
 
- if user write a value it  , its send to grup adress Directly  
 
i want a button Send a 1 byte value (1=Comfort Mode , 4=Protection Mode )
- From Visulation a object with MainObject (2/3/1 MODE)
 
- Access it javascript and get grup adress
 
- if its pressed change value 1 or 4 
 
 
 

