March 2018
Beginner to intermediate
410 pages
10h 40m
English
We now proceed with the actuator. We prepare the ActuatorLwm2m project in the same way as the SensorLwm2m project. The main difference is the types of objects and object instances we choose to add to the Lwm2mClient object.
Just as there's an IPSO Digital Input object, there's an IPSO Digital Output smart object. It is quite similar with one main difference: the main parameter is writable, and we need to connect the value of that parameter to our output. Following the steps outlined previously, for the creation of the DigitalInput and DigitalInputInstance classes, we create similar DigitalOutput and DigitalOutputInstance classes. When it is time to create the main resource, the digital output ...
Read now
Unlock full access