Created
          March 4, 2025 21:20 
        
      - 
      
 - 
        
Save dgehriger/66c271f9be66fbc2490141a777e8bd69 to your computer and use it in GitHub Desktop.  
    Tasmota for gPlug-M
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | #ifndef USE_SCRIPT | |
| # define USE_SCRIPT | |
| #endif | |
| #ifndef USE_SML_M | |
| # define USE_SML_M | |
| #endif | |
| #ifdef USE_RULES | |
| # undef USE_RULES | |
| #endif | |
| // Required for `W` | |
| #ifndef USE_SCRIPT_WEB_DISPLAY | |
| # define USE_SCRIPT_WEB_DISPLAY | |
| #endif | |
| #ifdef KNX_ENABLED | |
| # undef KNX_ENABLED | |
| #endif | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment