Материал из Module developer
Перейти к: навигация, поиск

When a module is added from the store, sometimes a user must enter information required for module work. Setup object has to be used for this purpose. Data can be sent to module and driver with the help of this object.

To realize it, create a new script file in iRidium studio and indicate it type - Type: Setup. The script itself if JSONObject.

The following writing format is required: