Skip to content

Commit

Permalink
docs: the instance code format of valuelist
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanPhevos committed Jan 6, 2025
1 parent 131563d commit 03d2223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ The instance code is the code of the MIoT-Spec-V2 instance, which is in the form
```
service:<siid> # service
service:<siid>:property:<piid> # property
service:<siid>:property:<piid>:valuelist:<value> # the value in value-list of a property
service:<siid>:property:<piid>:valuelist:<index> # The index of a value in the value-list of a property
service:<siid>:event:<eiid> # event
service:<siid>:action:<aiid> # action
```
Expand Down

0 comments on commit 03d2223

Please sign in to comment.