spotflow 0.8.1

Device SDK for Spotflow IoT Platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod api_core;
pub mod dps;
pub mod drs;
mod duration_wrapper;

fn log_workspace_disabled_error() {
    log::error!(
        "Workspace is disabled, no data can be sent to the Platform now. \
        Enable the Workspace or connect again with a Provisioning Token for an enabled Workspace."
    );
}