Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maris Ruskulis committed Jul 17, 2023
1 parent 557e025 commit f70fffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visonic/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use reqwest::RequestBuilder;

pub(crate) const APP_TYPE: &str = "com.visonic.PowerMaxApp";
// const UA: &str = "Visonic%20GO/2.8.62.91 CFNetwork/901.1 Darwin/17.6.0";
pub(crate) const REST_VERSION: &str = "9.0";
pub(crate) const REST_VERSION: &str = "10.0";

pub(crate) const RES_PANEL_LOGIN: &str = "/panel/login";
pub(crate) const RES_AUTH: &str = "/auth";
Expand Down

0 comments on commit f70fffe

Please sign in to comment.