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

Method ToggleInput

src/input/toggle.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "events.pb.h"
7
8ToggleInput::ToggleInput()
9{
10}
11void ToggleInput::load(proto_ToggleInput config, std::shared_ptr<ToggleDevice> device, std::unique_ptr<Input> input)
12{
13 m_input = std::move(input);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected