The JNIOR will publish all status information to topics starting with jnior/{{ctrl.SerialNumber}}/status/...
.
The JNIOR will publish all Relay Output status information to topics in the format
jnior/{{ctrl.SerialNumber}}/status/digital/outputs/[CHANNEL_NUMBER]/[PROPERTY]
.
Output channel numbers can be 1 - 16 and the property will either be state or usage meter.
The JNIOR will publish all Digital Input status information to topics in the format
jnior/{{ctrl.SerialNumber}}/status/digital/inputs/[CHANNEL_NUMBER]/[PROPERTY]
.
Input channel numbers can be 1 - x
, depending on the model, and the property will
either be state, usage meter or counter.
The JNIOR will publish all Four to Twenty Input status information to topics in the format
jnior/{{ctrl.SerialNumber}}/status/fourtwenty/inputs/[CHANNEL_NUMBER]/[PROPERTY]
.
Input channel numbers can be 1 - x
, depending on the number of modules connected,
and the property will either be raw or scaled.
The JNIOR will publish all Four to Twenty Output status information to topics in the format
jnior/{{ctrl.SerialNumber}}/status/fourtwenty/inputs/[CHANNEL_NUMBER]/[PROPERTY]
.
Input channel numbers can be 1 - x
, depending on the number of modules connected,
and the property will either be raw or scaled.
The JNIOR will subscribe to set commands. Those topics must start with
jnior/[{{ctrl.SerialNumber}} or DEVICE_GROUP_NAME]/set/...
.
At this point you can only set output states. The JNIOR will publish all Relay Output
status information to topics in the format
jnior/[{{ctrl.SerialNumber}} or DEVICE_GROUP_NAME]/set/digital/outputs/[CHANNEL_NUMBER / OUTPUT_GROUP_NAME]/[PROPERTY]
.
Output channel numbers can be 1 - 16 and the property can only be state.