Skip to content

Commit

Permalink
rearrange attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Feb 1, 2024
1 parent d5782e6 commit 0e5e6dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/definition/good_device.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

name: tm
remote_attributes:
- name: sn
dtype: uint32
getter_name: system_get_sn
summary: Retrieve the unique device serial number.
- name: nickname
dtype: string
getter_name: system_get_name
setter_name: system_set_name
summary: Retrieve the device name
- name: sn
dtype: uint32
getter_name: system_get_sn
summary: Retrieve the unique device serial number.
- name: errors
flags: [UNDERVOLTAGE]
meta: {dynamic: True}
Expand Down

0 comments on commit 0e5e6dd

Please sign in to comment.