MCPcopy Create free account
hub / github.com/Santroller/Santroller / ToggleDevice

Method ToggleDevice

src/devices/toggle.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "config.hpp"
6#include "utils.h"
7ToggleDevice::ToggleDevice(proto_ToggleDevice device, uint16_t id, bool current) : Device(id), m_device(device),m_current_value(current)
8{
9}
10
11void ToggleDevice::begin()
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected