Data Initialized Channel Not Turning On
JasonS
Posts: 229
I am having trouble with the data initialized channel (252) not turning on from my Duet Module.
public boolean isDeviceOnLine() { return obixInitialized; } public boolean isDataInitialized() { return obixInitialized; }The Device Online Channel turns on, but not the Data Initialized. I tried adding this in relevant locations
processDataInitializedEvent(new ModuleComponentEvent(this, obixInitialized, 1));Data Initialized channel is not affected. Anyone know how to make this work?
0
Comments