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
Can anyone help me for the discrete sensor to encode the statecase like if inventory instance I would like to do :
if is present and functional then encode as 0x01
if is present and not functional then encode as 0x02
if not present then forced into 0x04
That means each case matches two dbus property state and only assert one bit and deassert other bits
Can exist configuration settings implement this? Please give me an example for this! Thanks a lot for answering in advance.
I have tried like following pattern, but assert bits will exist at the same time such as 0x05 or 0x06
Can anyone help me for the discrete sensor to encode the statecase like if inventory instance I would like to do :
That means each case matches two dbus property state and only assert one bit and deassert other bits
Can exist configuration settings implement this? Please give me an example for this! Thanks a lot for answering in advance.
I have tried like following pattern, but assert bits will exist at the same time such as 0x05 or 0x06
The text was updated successfully, but these errors were encountered: