Skip to content

jpcst/prue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

16/06/24 TO-DO:

Error handling:

  • Change output type of send_get_request() / find_ip() to Result<> to handle 'Error 429 Too Many Requests'
thread 'main' panicked at src/main.rs:25:32:
called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidData, error: "Failed to read JSON: EOF while parsing a value at line 1 column 0" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  • Different paths for Windows and Unix
  • Handle multiples IPs for different Bridges at the same network (still need to test)

Later:

  • Rewrite check() fn with correct ip and key types
  • Old cold merged with error handling
  • Optimize old code
  • Update to Hue API v2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages