Sha256: b1488626e560267c0cc52bf408a19bc382d6cee6dd55e13ff9fdcc57898543d3
Contents?: true
Size: 1.81 KB
Versions: 36
Compression:
Stored size: 1.81 KB
Contents
--- COMMAND: # Prevent prettier from removing the newline after modifiers: # prettier-ignore modifiers: <%= MetaConfigParser.load('command_modifiers.yaml').to_meta_config_yaml(4) %> summary: Defines a new command packet parameters: - name: Target required: true description: Name of the target this command is associated with values: .+ - name: Command required: true description: Name of this command. Also referred to as its mnemonic. Must be unique to commands to this target. Ideally will be as short and clear as possible. values: \D\S* - name: Endianness required: true description: Indicates if the data in this command is to be sent in Big Endian or Little Endian format values: ["BIG_ENDIAN", "LITTLE_ENDIAN"] - name: Description required: false description: Description of this command which must be enclosed with quotes values: '[''"].*[''"]' example: COMMAND INST COLLECT BIG_ENDIAN "Start collect" SELECT_COMMAND: # prettier-ignore modifiers: <%= MetaConfigParser.load('command_modifiers.yaml').to_meta_config_yaml(4) %> summary: Selects an existing command packet for editing description: Typically used in a separate configuration file from where the original command is defined to override or add to the existing command definition. Must be used in conjunction with SELECT_PARAMETER to change an individual parameter. parameters: - name: Target Name required: true description: Name of the target this command is associated with values: .+ - name: Command Name required: true description: Name of the command to select values: .* example: | SELECT_COMMAND INST COLLECT SELECT_PARAMETER DURATION # Add units UNITS Seconds S
Version data entries
36 entries across 36 versions & 1 rubygems