Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Another image for an actuator? | Telit Cinterion IoT Developer Community

June 7, 2015 - 7:02pm, 8196 views

Hello, we are using an actuator as an on/off switch.    But by default the image shown is the "dial" with a range of values of simply 0 and 1.  That works very well, it controls a GPIO on the Concept Board to set it on and off.

But the image shown on the Sensor Logic Portal is a dial.   I am wondering if there is a way to display a switch, perhaps with labels "on" and "off" rather than the dial with labels "0" and "1".

It might be related to the Actuator Description here:

    public ACSwitchDescription() {
        this.setName("AC Switch");
        this.setImage("default.jpg");

Maybe the "setImage" defines the image, but I have never seen any documentation about what options are available other than the "default.jpg".

Thank you!

Roland