9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
// Config change control — WIP.
|
|
// Schema stub; content will be defined when the config-change sub-protocol
|
|
// is specified (requires device-loading control in the protocol first).
|
|
namespace hmmmm.ctrl.config_ctrl;
|
|
|
|
table ConfigCtrlMessage {
|
|
// TODO
|
|
}
|