mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-08 05:39:09 -07:00
12 lines
208 B
C
12 lines
208 B
C
#pragma once
|
|
#include "_base.h"
|
|
|
|
// Hacked together by @Willy-JL and @Spooks4576
|
|
// Research by @Spooks4576
|
|
|
|
typedef struct {
|
|
uint32_t data;
|
|
} SmartthingsCfg;
|
|
|
|
extern const Protocol protocol_smartthings;
|