mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 09:41:19 +00:00
238 lines
6.2 KiB
Plaintext
238 lines
6.2 KiB
Plaintext
.gitignore
|
|
.openapi-generator-ignore
|
|
.travis.yml
|
|
README.md
|
|
doc/Action.md
|
|
doc/ActionType.md
|
|
doc/AuthenticationApi.md
|
|
doc/Automation.md
|
|
doc/AutomationApi.md
|
|
doc/AutomationCreateOrUpdateDetailDTO.md
|
|
doc/AutomationCreateOrUpdateDetailDTOAllOf.md
|
|
doc/AutomationDTO.md
|
|
doc/AutomationDetailDTO.md
|
|
doc/AutomationDetailDTOAllOf.md
|
|
doc/AzureADAuthModel.md
|
|
doc/AzureApi.md
|
|
doc/Book.md
|
|
doc/BooksApi.md
|
|
doc/Condition.md
|
|
doc/ConditionType.md
|
|
doc/ConditionValue.md
|
|
doc/ConnectionStatus.md
|
|
doc/Device.md
|
|
doc/DeviceApi.md
|
|
doc/DeviceDetailDTO.md
|
|
doc/DeviceDetailDTOAllOf.md
|
|
doc/DeviceSummaryDTO.md
|
|
doc/DeviceType.md
|
|
doc/ElectricityProduction.md
|
|
doc/EnergyApi.md
|
|
doc/FacebookApi.md
|
|
doc/FacebookAuthModel.md
|
|
doc/GoogleApi.md
|
|
doc/GoogleAuthModel.md
|
|
doc/Group.md
|
|
doc/GroupApi.md
|
|
doc/GroupCreateOrUpdateDetailDTO.md
|
|
doc/GroupCreateOrUpdateDetailDTOAllOf.md
|
|
doc/GroupDetailDTO.md
|
|
doc/GroupDetailDTOAllOf.md
|
|
doc/GroupSummaryDTO.md
|
|
doc/IOTApi.md
|
|
doc/LayoutApi.md
|
|
doc/LocationDTO.md
|
|
doc/LoginDTO.md
|
|
doc/MQTTApi.md
|
|
doc/MeansOfCommunication.md
|
|
doc/MqttMessageDTO.md
|
|
doc/OddApi.md
|
|
doc/OddH2H.md
|
|
doc/OddNice.md
|
|
doc/PanelMenuItem.md
|
|
doc/PanelSection.md
|
|
doc/Provider.md
|
|
doc/ProviderApi.md
|
|
doc/ProviderDTO.md
|
|
doc/RoomApi.md
|
|
doc/RoomCreateOrUpdateDetailDTO.md
|
|
doc/RoomDetailDTO.md
|
|
doc/RoomSummaryDTO.md
|
|
doc/ScreenConfiguration.md
|
|
doc/ScreenDevice.md
|
|
doc/ScreenDeviceApi.md
|
|
doc/SmartGardenMessage.md
|
|
doc/SmartPrinterMessage.md
|
|
doc/State.md
|
|
doc/TokenApi.md
|
|
doc/Trigger.md
|
|
doc/TriggerType.md
|
|
doc/TwitterApi.md
|
|
doc/TwitterAuthModel.md
|
|
doc/User.md
|
|
doc/UserApi.md
|
|
doc/UserInfo.md
|
|
doc/UserInfoDetailDTO.md
|
|
doc/ValuesApi.md
|
|
doc/ViewBy.md
|
|
doc/Widget.md
|
|
git_push.sh
|
|
lib/api.dart
|
|
lib/api/authentication_api.dart
|
|
lib/api/automation_api.dart
|
|
lib/api/azure_api.dart
|
|
lib/api/books_api.dart
|
|
lib/api/device_api.dart
|
|
lib/api/energy_api.dart
|
|
lib/api/facebook_api.dart
|
|
lib/api/google_api.dart
|
|
lib/api/group_api.dart
|
|
lib/api/iot_api.dart
|
|
lib/api/layout_api.dart
|
|
lib/api/mqtt_api.dart
|
|
lib/api/odd_api.dart
|
|
lib/api/provider_api.dart
|
|
lib/api/room_api.dart
|
|
lib/api/screen_device_api.dart
|
|
lib/api/token_api.dart
|
|
lib/api/twitter_api.dart
|
|
lib/api/user_api.dart
|
|
lib/api/values_api.dart
|
|
lib/api_client.dart
|
|
lib/api_exception.dart
|
|
lib/api_helper.dart
|
|
lib/auth/api_key_auth.dart
|
|
lib/auth/authentication.dart
|
|
lib/auth/http_basic_auth.dart
|
|
lib/auth/http_bearer_auth.dart
|
|
lib/auth/oauth.dart
|
|
lib/model/action.dart
|
|
lib/model/action_type.dart
|
|
lib/model/automation.dart
|
|
lib/model/automation_create_or_update_detail_dto.dart
|
|
lib/model/automation_create_or_update_detail_dto_all_of.dart
|
|
lib/model/automation_detail_dto.dart
|
|
lib/model/automation_detail_dto_all_of.dart
|
|
lib/model/automation_dto.dart
|
|
lib/model/azure_ad_auth_model.dart
|
|
lib/model/book.dart
|
|
lib/model/condition.dart
|
|
lib/model/condition_type.dart
|
|
lib/model/condition_value.dart
|
|
lib/model/connection_status.dart
|
|
lib/model/device.dart
|
|
lib/model/device_detail_dto.dart
|
|
lib/model/device_detail_dto_all_of.dart
|
|
lib/model/device_summary_dto.dart
|
|
lib/model/device_type.dart
|
|
lib/model/electricity_production.dart
|
|
lib/model/facebook_auth_model.dart
|
|
lib/model/google_auth_model.dart
|
|
lib/model/group.dart
|
|
lib/model/group_create_or_update_detail_dto.dart
|
|
lib/model/group_create_or_update_detail_dto_all_of.dart
|
|
lib/model/group_detail_dto.dart
|
|
lib/model/group_detail_dto_all_of.dart
|
|
lib/model/group_summary_dto.dart
|
|
lib/model/location_dto.dart
|
|
lib/model/login_dto.dart
|
|
lib/model/means_of_communication.dart
|
|
lib/model/mqtt_message_dto.dart
|
|
lib/model/odd_h2_h.dart
|
|
lib/model/odd_nice.dart
|
|
lib/model/panel_menu_item.dart
|
|
lib/model/panel_section.dart
|
|
lib/model/provider.dart
|
|
lib/model/provider_dto.dart
|
|
lib/model/room_create_or_update_detail_dto.dart
|
|
lib/model/room_detail_dto.dart
|
|
lib/model/room_summary_dto.dart
|
|
lib/model/screen_configuration.dart
|
|
lib/model/screen_device.dart
|
|
lib/model/smart_garden_message.dart
|
|
lib/model/smart_printer_message.dart
|
|
lib/model/state.dart
|
|
lib/model/trigger.dart
|
|
lib/model/trigger_type.dart
|
|
lib/model/twitter_auth_model.dart
|
|
lib/model/user.dart
|
|
lib/model/user_info.dart
|
|
lib/model/user_info_detail_dto.dart
|
|
lib/model/view_by.dart
|
|
lib/model/widget.dart
|
|
pubspec.yaml
|
|
test/action_test.dart
|
|
test/action_type_test.dart
|
|
test/authentication_api_test.dart
|
|
test/automation_api_test.dart
|
|
test/automation_create_or_update_detail_dto_all_of_test.dart
|
|
test/automation_create_or_update_detail_dto_test.dart
|
|
test/automation_detail_dto_all_of_test.dart
|
|
test/automation_detail_dto_test.dart
|
|
test/automation_dto_test.dart
|
|
test/automation_test.dart
|
|
test/azure_ad_auth_model_test.dart
|
|
test/azure_api_test.dart
|
|
test/book_test.dart
|
|
test/books_api_test.dart
|
|
test/condition_test.dart
|
|
test/condition_type_test.dart
|
|
test/condition_value_test.dart
|
|
test/connection_status_test.dart
|
|
test/device_api_test.dart
|
|
test/device_detail_dto_all_of_test.dart
|
|
test/device_detail_dto_test.dart
|
|
test/device_summary_dto_test.dart
|
|
test/device_test.dart
|
|
test/device_type_test.dart
|
|
test/electricity_production_test.dart
|
|
test/energy_api_test.dart
|
|
test/facebook_api_test.dart
|
|
test/facebook_auth_model_test.dart
|
|
test/google_api_test.dart
|
|
test/google_auth_model_test.dart
|
|
test/group_api_test.dart
|
|
test/group_create_or_update_detail_dto_all_of_test.dart
|
|
test/group_create_or_update_detail_dto_test.dart
|
|
test/group_detail_dto_all_of_test.dart
|
|
test/group_detail_dto_test.dart
|
|
test/group_summary_dto_test.dart
|
|
test/group_test.dart
|
|
test/iot_api_test.dart
|
|
test/layout_api_test.dart
|
|
test/location_dto_test.dart
|
|
test/login_dto_test.dart
|
|
test/means_of_communication_test.dart
|
|
test/mqtt_api_test.dart
|
|
test/mqtt_message_dto_test.dart
|
|
test/odd_api_test.dart
|
|
test/odd_h2_h_test.dart
|
|
test/odd_nice_test.dart
|
|
test/panel_menu_item_test.dart
|
|
test/panel_section_test.dart
|
|
test/provider_api_test.dart
|
|
test/provider_dto_test.dart
|
|
test/provider_test.dart
|
|
test/room_api_test.dart
|
|
test/room_create_or_update_detail_dto_test.dart
|
|
test/room_detail_dto_test.dart
|
|
test/room_summary_dto_test.dart
|
|
test/screen_configuration_test.dart
|
|
test/screen_device_api_test.dart
|
|
test/screen_device_test.dart
|
|
test/smart_garden_message_test.dart
|
|
test/smart_printer_message_test.dart
|
|
test/state_test.dart
|
|
test/token_api_test.dart
|
|
test/trigger_test.dart
|
|
test/trigger_type_test.dart
|
|
test/twitter_api_test.dart
|
|
test/twitter_auth_model_test.dart
|
|
test/user_api_test.dart
|
|
test/user_info_detail_dto_test.dart
|
|
test/user_info_test.dart
|
|
test/user_test.dart
|
|
test/values_api_test.dart
|
|
test/view_by_test.dart
|
|
test/widget_test.dart
|