Versions Compared

Key

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

...

OrderAttributeDescriptionExpected valuesMandatory
0co_typemessage typeTC, TVCYES
1co_addressmessage address
YES
2co_valuevalue
YES
3co_val_codingcoding of value0 or 1TVC only

The processing of FLEDGE commands should evolve. Below is an example of JSON format :

...

Code Block
languagepy
{
    "command_object":{
       "co_type":"TVC",
       "co_address":4931,
       "co_value":1,
       "co_val_coding":0
     }
 }

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.

...