messages config_manager

This commit is contained in:
jackdaw@loafle.com 2017-04-27 15:17:50 +09:00
parent 1fa81fc89e
commit e7eab203c4

View File

@ -0,0 +1,7 @@
package messages
const (
CONFIGMANAGER_LOADED = "CONFIGMANAGER_LOADED"
ADD_SENSOR_1 = "ADD_SENSOR_1"
REMOVE_SENSOR_1 = "REMOVE_SENSOR_1"
)