Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example for a TC:

Code Block
languagepy
{
    "command_object":{
       "co_type":"TC",
       "co_addr":325,
       "co_value":1
     }
 }

Example for a TVC:

Code Block
languagepy
{
    "command_object":{
       "co_type":"TVC",
       "co_addr":31,
       "co_value":1
     }
 }

NB: if an attribute is not required, then it is not put in the output data object, which means that the output object structure always fits the protocol model object type.

...