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
The initial state that MPF sends for timed_switch devices after monitoring is started by the media controller using the command monitor_start?category=device contains the following JSON parameter:
The active_switches attribute seems to be the result of casting an empty Python set to string. I can't find documentation on what it is supposed to be, but I assume it is meant to be a comma separated list, or ideally a JSON array of the switches that belong to the device and are active.
MPF also does not send updates for timed_switch devices when one of the switches is closed for the specified duration.
The text was updated successfully, but these errors were encountered:
arthurkehrwald
changed the title
BPC messages for 'timed_switch' devices faulty or missing
BCP messages for 'timed_switch' devices faulty or missing
Nov 1, 2024
MPF version: 0.57.2
The initial state that MPF sends for
timed_switch
devices after monitoring is started by the media controller using the commandmonitor_start?category=device
contains the following JSON parameter:The
active_switches
attribute seems to be the result of casting an empty Python set to string. I can't find documentation on what it is supposed to be, but I assume it is meant to be a comma separated list, or ideally a JSON array of the switches that belong to the device and are active.MPF also does not send updates for
timed_switch
devices when one of the switches is closed for the specified duration.The text was updated successfully, but these errors were encountered: