Skip to content
Snippets Groups Projects
Commit 7dcf3f8d authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(remote): fix dash in remote doctype

parent b4952e9f
Branches
No related tags found
1 merge request!11623.0 Release
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
"Enedis", "Enedis",
"ENEDIS", "ENEDIS",
"enedissgegrandlyon", "enedissgegrandlyon",
"energical",
"Epgl", "Epgl",
"esnext", "esnext",
"firstname", "firstname",
...@@ -141,6 +142,7 @@ ...@@ -141,6 +142,7 @@
"sendmail", "sendmail",
"SHARAPOWATT", "SHARAPOWATT",
"shortcodes", "shortcodes",
"Smartmeter",
"splashscreen", "splashscreen",
"swipeable", "swipeable",
"Swipeable", "Swipeable",
......
...@@ -109,13 +109,13 @@ ...@@ -109,13 +109,13 @@
"description": "Required for the correct functioning of the energy and water connectors." "description": "Required for the correct functioning of the energy and water connectors."
}, },
"terms": { "terms": {
"description": "Required for the correct managment of CGU." "description": "Required for the correct management of CGU."
}, },
"apps": { "apps": {
"description": "Required to display the icons of installed applications in the Cozy bar." "description": "Required to display the icons of installed applications in the Cozy bar."
}, },
"settings": { "settings": {
"description": "Required for the application's consents managment" "description": "Required for the application's consents management"
}, },
"ecolyo-dju": { "ecolyo-dju": {
"description": "Required to gather udd data (Unified Degree Days), a meteorological data allowing the app to adjust our energical consumption model. " "description": "Required to gather udd data (Unified Degree Days), a meteorological data allowing the app to adjust our energical consumption model. "
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
"verbs": ["GET"] "verbs": ["GET"]
}, },
"ecolyo-avg-temperature": { "ecolyo-avg-temperature": {
"type": "org.ecolyo.avg-temperature", "type": "org.ecolyo.avg_temperature",
"verbs": ["GET"] "verbs": ["GET"]
}, },
"dacc": { "dacc": {
......
export const REMOTE_ORG_ECOLYO_AVG_TEMPERATURE = export const REMOTE_ORG_ECOLYO_AVG_TEMPERATURE =
'/remote/org.ecolyo.avg-temperature' '/remote/org.ecolyo.avg_temperature'
...@@ -3,7 +3,7 @@ import { Client, Q, QueryDefinition, QueryResult } from 'cozy-client' ...@@ -3,7 +3,7 @@ import { Client, Q, QueryDefinition, QueryResult } from 'cozy-client'
import { Doctype } from 'cozy-client/types/types' import { Doctype } from 'cozy-client/types/types'
import logger from 'cozy-logger' import logger from 'cozy-logger'
import { ENEDIS_MINUTE_DOCTYPE } from 'doctypes' import { ENEDIS_MINUTE_DOCTYPE } from 'doctypes'
import { REMOTE_ORG_ECOLYO_AVG_TEMPERATURE } from 'doctypes/remote/org.ecolyo.avg-temperature' import { REMOTE_ORG_ECOLYO_AVG_TEMPERATURE } from 'doctypes/remote/org.ecolyo.avg_temperature'
import { DataloadState, FluidType, TimeStep } from 'enums' import { DataloadState, FluidType, TimeStep } from 'enums'
import { DateTime } from 'luxon' import { DateTime } from 'luxon'
import { import {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment