diff --git a/src/tkc/prop_desc.h b/src/tkc/prop_desc.h index 4ba687764..d8fd96018 100644 --- a/src/tkc/prop_desc.h +++ b/src/tkc/prop_desc.h @@ -150,9 +150,15 @@ typedef struct _prop_desc_t { /** * @property {uint8_t} persistent * @annotation ["readable"] - * 需要存储。 + * 是否需要存储。 */ uint8_t persistent : 1; + /** + * @property {uint8_t} configurable + * @annotation ["readable"] + * 是否用户可配置。 + */ + uint8_t configurable: 1; /** * @property {uint16_t} reserved * @annotation ["readable"]