mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Ignore comment attribute
This commit is contained in:
parent
5492610d9d
commit
2f592a6af6
@ -1922,6 +1922,10 @@ void hasp_process_obj_attribute(lv_obj_t* obj, const char* attribute, const char
|
|||||||
ret = attribute_common_method(obj, attr_hash, attribute, payload);
|
ret = attribute_common_method(obj, attr_hash, attribute, payload);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case ATTR_COMMENT:
|
||||||
|
ret = hasp_attribute_type_t::ATTR_TYPE_METHOD_OK;
|
||||||
|
break;
|
||||||
|
|
||||||
case ATTR_COLS:
|
case ATTR_COLS:
|
||||||
case ATTR_ROWS:
|
case ATTR_ROWS:
|
||||||
case ATTR_AUTO_CLOSE:
|
case ATTR_AUTO_CLOSE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user