Class EdgeConfigNotification


public class EdgeConfigNotification extends JsonrpcNotification
Represents a JSON-RPC Notification for OpenEMS Edge configuration.
 {
   "jsonrpc": "2.0",
   "method": "edgeConfig",
   "params": {
     EdgeConfig.toJson()
   }
 }