Skip to content

Commit c295ba4

Browse files
committed
tweaks
1 parent 3fd066d commit c295ba4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

static/fluent/en-GB/main.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ color-temperature = Colour Temperature
307307
video-unsupported = Sorry, video is not supported in your browser.
308308
motion = Motion
309309
no-motion = No Motion
310+
occupied = Occupied
311+
not-occupied = Not Occupied
310312
open = Open
311313
closed = Closed
312314
locked = Locked

static/js/icons.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ function capabilityToIcon(capability) {
5050
return '/images/thing-icons/occupancy_sensor.svg';
5151
case 'LeakSensor':
5252
return '/images/thing-icons/leak_sensor.svg';
53-
case 'OccupancySensor':
54-
return '/images/thing-icons/occupancy_sensor.svg';
5553
case 'SmokeSensor':
5654
return '/images/thing-icons/smoke_sensor.svg';
5755
case 'PushButton':

static/js/schema-impl/capability/capabilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Lock = require('./lock');
2222
const MotionSensor = require('./motion-sensor');
2323
const MultiLevelSensor = require('./multi-level-sensor');
2424
const MultiLevelSwitch = require('./multi-level-switch');
25-
const OccupancySensor = require('./motion-sensor');
25+
const OccupancySensor = require('./occupancy-sensor');
2626
const OnOffSwitch = require('./on-off-switch');
2727
const PushButton = require('./push-button');
2828
const SmartPlug = require('./smart-plug');

0 commit comments

Comments
 (0)