From 615d488d60c3473056085803f3aa64f7ac231aff Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 21 Mar 2021 12:45:17 +0000 Subject: etc: add todo --- src/cmd/property.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cmd') 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 // let mut property = Vec::with_capacity(2); // property.push(0x01); // ? @@ -55,7 +54,6 @@ pub fn create_property_update_command() -> [u8; 147] { // Vec ]: [u8; 147] } -// src\cmd\property.rs:20:1 pub fn create_property_request_command() -> [u8; 61] { [ 0x3D, 0x01, 0x06, 0x04, 0x01, 0x30, 0x01, 0x0C, -- cgit v1.2.3