weather_station_event.h 318 B

1234567891011121314
  1. #pragma once
  2. typedef enum {
  3. //WSCustomEvent
  4. WSCustomEventStartId = 100,
  5. WSCustomEventSceneSettingLock,
  6. WSCustomEventViewReceiverOK,
  7. WSCustomEventViewReceiverConfig,
  8. WSCustomEventViewReceiverBack,
  9. WSCustomEventViewReceiverOffDisplay,
  10. WSCustomEventViewReceiverUnlock,
  11. } WSCustomEvent;