Skip to content

Commit

Permalink
Generate thermostats
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Sep 19, 2024
1 parent 9aa7b88 commit 15d7ce7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const createBlueprint = async (
const openapi = typesModule.openapi as Openapi

const isFakeData = openapi.info.title === 'Foo'
const targetPaths = ['/acs', '/events']
const targetPaths = ['/acs', '/events', '/thermostats']
const targetSchemas = [
'acs_access_group',
'acs_credential',
Expand All @@ -261,6 +261,8 @@ export const createBlueprint = async (
'acs_system',
'acs_user',
'event',
'climate_preset',
'thermostat_schedule',
]

const context = {
Expand Down

0 comments on commit 15d7ce7

Please sign in to comment.