-
Notifications
You must be signed in to change notification settings - Fork 1
Command in CommandRequest
David Otterdahl edited this page Jun 18, 2024
·
5 revisions
Q: In the CommandRequest for example, the command
tag is kind of redundant since the command_code_ID
specifies the command exactly, and the tag specifies exactly what value should be set with the contents in .
A: command
(cO) can be used to refer to an internal function in a particular equipment (e.g RPC, Remote procedure call). It can be used to preserve manufacture specific command codes between different systems (compare this with e.g. externalAlarmCodeId) and therefore simplify the adoption of RSMP without the need to translate command codes at different system levels.
The cO
will be removed in a future version. Se also https://github.com/rsmp-nordic/rsmp_core/issues/84