Skip to content

Commit

Permalink
Update Module.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagrzelak authored Sep 10, 2022
1 parent e2fbfd1 commit 29cb3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ envs: # Array of environment variables that wi
key: PARITY # key to set in the environment variables.
description: Enable parity checking (optional) # Description/helper text for the field.
value: 'None' # Value to be set in the environment variables.
type: 'text' # Type of the field. Possible values are: ['text', 'select', 'boolean', 'date', 'time', 'dateTime-local', 'number', 'multiple', 'CSV', 'file']
type: 'select' # Type of the field. Possible values are: ['text', 'select', 'boolean', 'date', 'time', 'dateTime-local', 'number', 'multiple', 'CSV', 'file']
options:
- 'None'
- 'Even'
Expand All @@ -74,5 +74,5 @@ tags: # Array of tags.
- 'Serial'
- 'Input'
- 'serial-input'
- 'serial-input 1.0.0'
- '1.0.0'
icon: 'https://icons-020-demo.s3.eu-central-1.amazonaws.com/mi_usb-serial_input.png' # Icon URL that will be displayed in the UI.

0 comments on commit 29cb3ab

Please sign in to comment.