@@ -25,7 +25,7 @@ const static_prop_t static_props[] = {
2525 { "@data" , 1 , 0 }, /* MPR_PROP_DATA */
2626 { "@device" , 1 , MPR_STR }, /* MPR_PROP_DEVICE */
2727 { "@direction" , 1 , MPR_STR }, /* MPR_PROP_DIR */
28- { "@ephemeral" , 1 , MPR_BOOL }, /* MPR_PROP_EPHEM */
28+ { "@ephemeral" , 1 , 'n' }, /* MPR_PROP_EPHEM */
2929 { "@expr" , 1 , MPR_STR }, /* MPR_PROP_EXPR */
3030 { "@host" , 1 , MPR_STR }, /* MPR_PROP_HOST */
3131 { "@id" , 1 , MPR_INT64 }, /* MPR_PROP_ID */
@@ -36,7 +36,7 @@ const static_prop_t static_props[] = {
3636 { "@linked" , 0 , MPR_STR }, /* MPR_PROP_LINKED */
3737 { "@max" , 0 , 'n' }, /* MPR_PROP_MAX */
3838 { "@min" , 0 , 'n' }, /* MPR_PROP_MIN */
39- { "@muted" , 1 , MPR_BOOL }, /* MPR_PROP_MUTED */
39+ { "@muted" , 1 , 'n' }, /* MPR_PROP_MUTED */
4040 { "@name" , 1 , MPR_STR }, /* MPR_PROP_NAME */
4141 { "@num_inst" , 1 , MPR_INT32 }, /* MPR_PROP_NUM_INST */
4242 { "@num_maps" , 2 , MPR_INT32 }, /* MPR_PROP_NUM_MAPS */
@@ -57,7 +57,7 @@ const static_prop_t static_props[] = {
5757 { "@synced" , 1 , MPR_TIME }, /* MPR_PROP_SYNCED */
5858 { "@type" , 1 , MPR_TYPE }, /* MPR_PROP_TYPE */
5959 { "@unit" , 1 , MPR_STR }, /* MPR_PROP_UNIT */
60- { "@use_inst" , 1 , MPR_BOOL }, /* MPR_PROP_USE_INST */
60+ { "@use_inst" , 1 , 'n' }, /* MPR_PROP_USE_INST */
6161 { "@version" , 1 , MPR_INT32 }, /* MPR_PROP_VERSION */
6262 { "@extra" , 0 , 'a' }, /* MPR_PROP_EXTRA (special case, does not
6363 * represent a specific property name) */
0 commit comments