This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This accessory.cpp is configurated for light accessory + fan accessory | |
*/ | |
#include "Accessory.h" | |
#include "PHKAccessory.h" | |
//Global Level of light strength | |
int lightStength = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This accessory.cpp is configurated for light accessory + fan accessory | |
*/ | |
#include "Accessory.h" | |
#include "PHKAccessory.h" | |
//Global Level of light strength | |
int lightStength = 0; |