command: notify on multiply

doing multiply on a property is also a set property command
and the change should be notified so others can observe the change
This commit is contained in:
Dan Oscarsson 2018-11-28 17:40:02 +01:00 committed by sfan5
parent d6d6da4711
commit aab595f828
1 changed files with 1 additions and 0 deletions

View File

@ -4151,6 +4151,7 @@ static bool is_property_set(int action, void *val)
case M_PROPERTY_SWITCH:
case M_PROPERTY_SET_STRING:
case M_PROPERTY_SET_NODE:
case M_PROPERTY_MULTIPLY:
return true;
case M_PROPERTY_KEY_ACTION: {
struct m_property_action_arg *key = val;