This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to use control model (vendor model) with interactive pyaci?

I want to know how to use control model with interactive pyaci script. I can't see some of the elements with model while using compositiondata_get(). i.e, i can see all client models but i can't see the server model in composition data. After provision complete all the elements are received in JSON database but after configuring i cant able to see server model element's in JSON database. Can you please give some solution.    

Parents Reply
  • i'm using mesh sdk 2.1.1.. light_switch example server program is modified with 2 instance as element 1 - client model element - 2 as server model.. I have to send message from python by adding client model using device.add_model() to peer side server model, here i want to send command from pc using interactive pyaci serial example to server model in light server example.How can i send message from python script to element 1 - server model.

Children
No Data
Related