#include #include #include SpejsNode node("unconfigured-generic-device"); void init() { node.init(); node.loadJSON({ &OutputEndpoint::fromJSON, &DHTEndpoint::fromJSON, }); }