Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

thing-it-device-amx

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thing-it-device-amx - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

amx.js

2

examples/configuration.js

@@ -7,3 +7,3 @@ module.exports = {

{
plugin: 'amx/amx.controller',
plugin: 'amx/amx',
class: 'Device',

@@ -10,0 +10,0 @@ id: 'amx-room-1007',

{
"name": "thing-it-device-amx",
"version": "0.0.2",
"version": "0.0.3",
"description": "GitHub",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

@@ -31,2 +31,32 @@ angular.module('testApp', ['ThingItMobile.PluginDirectives'])

};
this.room = {
configuration: {
thingId: 'b8rr50j5dtfg00c5jsn0',
},
_state: {
initialized: true,
power: 'on',
layout: 'single',
layouts: [ 'single', 'joined' ],
mode: 'presentation',
modes: [ 'none', 'presentation', 'videoconference' ],
},
};
this.light = {
configuration: {
thingId: 'b8rr50j5dtfg00c5jsn0',
},
_state: {
initialized: true,
preset: '1',
presets: [ 'off', '0', '1', '2', '3', '4', '5' ],
channel: '2',
channels: [ 'all', '0', '1', '2', '3' ],
level: 45,
levelMin: 0,
levelMax: 100,
levelStep: 1,
levels: [ 77, 23, 45, 46 ],
},
};
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc