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
I think this is an easy win as all you need to do is subscribe to IN:INST:CS:BLOCKSERVER:IOCS, dehex and parse some JSON (we do this for the instlist already) then map it to a component.
make sure to create an interface for
A) the list of IOCs
B) the "IOC" object, which looks like this:
consider using something similar to the "Block" component where you have a basic
IOCNAME: RUNNINGSTATUS on first glance, but can expand to show the rest of the information.
The text was updated successfully, but these errors were encountered:
I think this is an easy win as all you need to do is subscribe to
IN:INST:CS:BLOCKSERVER:IOCS
, dehex and parse some JSON (we do this for the instlist already) then map it to a component.make sure to create an interface for
A) the list of IOCs
B) the "IOC" object, which looks like this:
consider using something similar to the "Block" component where you have a basic
IOCNAME: RUNNINGSTATUS on first glance, but can expand to show the rest of the information.
The text was updated successfully, but these errors were encountered: