Define Arduino IOs as objects #64

Open
opened 2023-12-15 12:35:21 +00:00 by thomasjsn · 0 comments
thomasjsn commented 2023-12-15 12:35:21 +00:00 (Migrated from git.homelab.no)
{
    "inputs": [
        false,
        false,
        false,
        true,
        false
    ],
    "outputs": [
        false,
        false,
        false,
        false,
        false,
        false,
        false
    ],
    "temperature": 19.12,
    "voltage1": 14.72,
    "voltage2": 12.4
}

In addition; add event to Arduino outputs, to be able to wait for output state change to be complete.

```json { "inputs": [ false, false, false, true, false ], "outputs": [ false, false, false, false, false, false, false ], "temperature": 19.12, "voltage1": 14.72, "voltage2": 12.4 } ``` In addition; add event to Arduino outputs, to be able to wait for output state change to be complete.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thomas/rpi-alarm#64
No description provided.