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

Class ActivationTriggerList

include/instance.hpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class ActivationTriggerList
15{
16public:
17 uint32_t profile_id;
18 std::vector<std::unique_ptr<ActivationTrigger>> triggers;
19 bool validate(bool claim_devices, bool full_poll, bool send_events);
20 int assignedDevices();
21private:
22 bool m_claimed = false;
23};
24
25class Profile
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected