Architectural changes and added first basic implementation for handling queries (does not handle errors)
This commit is contained in:
7
google-home/src/errors.rs
Normal file
7
google-home/src/errors.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub enum Errors {
|
||||
DeviceNotFound
|
||||
}
|
||||
Reference in New Issue
Block a user