greentic-redbutton 0.4.2

Cross-platform Greentic red-button CLI scaffold with embedded i18n and release automation
1
2
3
4
5
6
7
8
9
10
pub const DEFAULT_VENDOR_ID: u16 = 32_904;
pub const DEFAULT_PRODUCT_ID: u16 = 21;
pub const DEFAULT_KEY: &str = "enter";
pub const DEFAULT_WEBHOOK_URL: &str =
    "http://127.0.0.1:8080/v1/events/ingress/events-webhook/default/";
pub const DEFAULT_TIMEOUT_MS: u64 = 5_000;
pub const RECONNECT_DELAY_MS: u64 = 1_000;
pub const READ_TIMEOUT_MS: i32 = 500;
pub const SOURCE_NAME: &str = "greentic-redbutton";
pub const EVENT_TYPE_CLICK: &str = "redbutton.click";