Here are three message formats that aren't implemented yet: ``` [Warning] [PlugAPI] Unknown Message Format (unimplemented in plugAPI): { "a": "roomLongDescriptionUpdate", "p": { "u": 1111111, "d": "This is the ..." }, "s": "hummingbird-me" } ``` ``` [Warning] [PlugAPI] Unknown Message Format (unimplemented in plugAPI): { "a": "floodAPI", "p": {}, "s": "dashboard" } ``` ``` [Warning] [PlugAPI] Unknown Message Format (unimplemented in plugAPI): { "a": "banIP", "p": {}, "s": "dashboard" } ```
Here are three message formats that aren't implemented yet: