From 03d2223a4a9814dbd66bd6bf8d62ba83451ecca1 Mon Sep 17 00:00:00 2001 From: LiShuzhen Date: Mon, 6 Jan 2025 11:07:46 +0800 Subject: [PATCH] docs: the instance code format of valuelist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 872808ab..a91eaafd 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ The instance code is the code of the MIoT-Spec-V2 instance, which is in the form ``` service: # service service::property: # property -service::property::valuelist: # the value in value-list of a property +service::property::valuelist: # The index of a value in the value-list of a property service::event: # event service::action: # action ```