I’m jsut curious. I am planning a complete redo of my pleg triggers and condition names to make them more uniform and more descript. I ended up with
t_[roomname][devicename][action](_[optional additional descriptor])
So for instance:
t_masterBedroom_sceneController_8active_napTimeMode
or
t_kitchen_motionSensor1_tripped
or
t_foyer_fronDoorLock_unlockedByPin
I think you get the point. I’ve been having some memory issues lately on my veraLite (regardless of removing most of my plugins), so I thought that maybe I could think of other ways to save memory.
So my ultimate question is, would it be better for me memory wise to have something like t_1 or is it ok to have long descriptive names?
In addition to that, does using the comments add to the memory usage of the plugin as well (I don’t use them currently)?