You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to mark commands as fabric-scoped in the XML.
The relevant pieces are:
Have isFabricScoped="true" in the XML on the relevant commands.
Add a field to the COMMAND table to store the value (similar to MUST_USE_TIMED_INVOKE).
Fix XML import to set the COMMAND field based on the XML.
Allow some way to do things with fabric-scoped commands via helpers. Either expose the state in the data zcl_commands fetches, or have a custom helper like zcl_commands_that_need_timed_invoke; no really strong opinions here, though the zcl_commands approach seems a bit more flexible.
The text was updated successfully, but these errors were encountered:
We need to be able to mark commands as fabric-scoped in the XML.
The relevant pieces are:
isFabricScoped="true"
in the XML on the relevant commands.zcl_commands
fetches, or have a custom helper likezcl_commands_that_need_timed_invoke
; no really strong opinions here, though thezcl_commands
approach seems a bit more flexible.The text was updated successfully, but these errors were encountered: