docs: the instance code format of valuelist

This commit is contained in:
LiShuzhen 2025-01-06 11:07:46 +08:00
parent 131563d594
commit 03d2223a4a

View File

@ -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
```