This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Mismatch in documentation for simple_on_off model

Hi,

The documentation for the simple_on_off model in the nRF5 SDK for MESH v4.1.0 states that the light_switch example uses the simple_on_off model.

If you want to see this model integrated into a complete application, take a look at the Light switch example and at the examples/light_switch directory.

The documentation and the code for the light_switch client code points to the generic_on_off model being used. 

Is this a mistake in the documentation of the simple_on_off model? Or does the light_switch example use both models?

Thanks

Related