aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-21 12:45:17 +0000
committerFuwn <[email protected]>2021-03-21 12:45:17 +0000
commit615d488d60c3473056085803f3aa64f7ac231aff (patch)
tree41445e72cc5799c85d3b098c3112a19d978a66e1 /src
parentfeature: setup database tables (diff)
downloadwhirl-615d488d60c3473056085803f3aa64f7ac231aff.tar.xz
whirl-615d488d60c3473056085803f3aa64f7ac231aff.zip
etc: add todo
Diffstat (limited to 'src')
-rw-r--r--src/cmd/property.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/property.rs b/src/cmd/property.rs
index 9ec89a8..01d4f43 100644
--- a/src/cmd/property.rs
+++ b/src/cmd/property.rs
@@ -17,8 +17,7 @@
// }
// }
-// To be honest, don't care enough to make this function.
-// It's not important enough as it stands currently.
+// TODO: Decode received data and send back a valid response.
pub fn create_property_update_command() -> [u8; 147] { // Vec<u8>
// let mut property = Vec::with_capacity(2);
// property.push(0x01); // ?
@@ -55,7 +54,6 @@ pub fn create_property_update_command() -> [u8; 147] { // Vec<u8>
]: [u8; 147]
}
-// src\cmd\property.rs:20:1
pub fn create_property_request_command() -> [u8; 61] {
[
0x3D, 0x01, 0x06, 0x04, 0x01, 0x30, 0x01, 0x0C,