Server Meta Data
Payload for a Server (or Server.Peer) node.
Constructors
Properties
true if the server has a camera attached and exposes the /camera/ routes.
sets the nodes this node reads from to complete its work when invoked
The set of InvocationTriggers configured to wake this node. The node processor checks the incoming event against this list before doing any work. An empty list means "never auto-fire" — only manual execution.
true if the server was discovered via LAN multicast beacon. Used to decide whether to append .local to name when constructing reachable URLs (see resolvedHost).
true while verbose logging has been enabled on the server side.
The action this node performs when it fires. Defaults to NodeAction.EXECUTE on every concrete implementation so that deserialising a payload that predates this field yields the original behaviour unchanged.
Serial device hardware ids the server is exposing via Server.SerialDevice nodes.
Upstream nodes whose values feed this one. For a filter or executor this is the data being read; for a trigger it is the value being watched.