cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to use the initialization method in the extension can not read the configured parameters

Huaxu
7-Bedrock

How to use the initialization method in the extension can not read the configured parameters

I created a Thing Template extension using the Java SDK9.5.0, set the configuration parameters, and wanted to be able to read the configuration parameters to update some of the Template's property values,Thingworx always fails. How do I use the initialization method correctly to update properties or how to use this method correctly.

@Override
protected void initializeThing(ContextType contextType) throws Exception {
// TODO Auto-generated method stub
super.initializeThing(contextType);
}

0 REPLIES 0
Top Tags